comparison 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
comparison
equal deleted inserted replaced
1554:89ab71a68fcf 1555:d6a93e12b1c1
378 const char* specificCharacterSet); 378 const char* specificCharacterSet);
379 379
380 const char* GetMimeType(FileContentType type); 380 const char* GetMimeType(FileContentType type);
381 381
382 const char* GetFileExtension(FileContentType type); 382 const char* GetFileExtension(FileContentType type);
383
384 ResourceType GetChildResourceType(ResourceType type);
385
386 ResourceType GetParentResourceType(ResourceType type);
387
388 DicomModule GetModule(ResourceType type);
383 } 389 }