Mercurial > hg > orthanc
diff Core/Enumerations.h @ 1555:d6a93e12b1c1
Creation of DICOM files with encapsulated PDF
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 20 Aug 2015 15:18:13 +0200 |
parents | e9325f3ac496 |
children | 4b23310eb7e8 |
line wrap: on
line diff
--- a/Core/Enumerations.h Thu Aug 20 11:56:42 2015 +0200 +++ b/Core/Enumerations.h Thu Aug 20 15:18:13 2015 +0200 @@ -380,4 +380,10 @@ const char* GetMimeType(FileContentType type); const char* GetFileExtension(FileContentType type); + + ResourceType GetChildResourceType(ResourceType type); + + ResourceType GetParentResourceType(ResourceType type); + + DicomModule GetModule(ResourceType type); }