comparison Plugins/Engine/PluginsEnumerations.h @ 1740:5e99a70b0635

DicomToJson callable from plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Oct 2015 19:53:51 +0200
parents 2f2e2ec17bc4
children 51db4a25a741
comparison
equal deleted inserted replaced
1739:df331354cea2 1740:5e99a70b0635
57 57
58 OrthancPluginContentType Convert(FileContentType type); 58 OrthancPluginContentType Convert(FileContentType type);
59 59
60 FileContentType Convert(OrthancPluginContentType type); 60 FileContentType Convert(OrthancPluginContentType type);
61 61
62 DicomToJsonFormat Convert(OrthancPluginDicomToJsonFormat format);
63
62 #if !defined(ORTHANC_ENABLE_DCMTK) || ORTHANC_ENABLE_DCMTK != 0 64 #if !defined(ORTHANC_ENABLE_DCMTK) || ORTHANC_ENABLE_DCMTK != 0
63 DcmEVR Convert(OrthancPluginValueRepresentation vr); 65 DcmEVR Convert(OrthancPluginValueRepresentation vr);
64 #endif 66 #endif
65 } 67 }
66 } 68 }