comparison Plugins/Engine/PluginsEnumerations.h @ 1657:5360cdba70d8

New function "OrthancPluginRegisterDictionaryTag()" to declare DICOM tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Sep 2015 16:31:48 +0200
parents da799f767e5d
children a412ad57f0f9
comparison
equal deleted inserted replaced
1656:d3ba98d6b6e9 1657:5360cdba70d8
35 #if ORTHANC_PLUGINS_ENABLED == 1 35 #if ORTHANC_PLUGINS_ENABLED == 1
36 36
37 #include "../Include/orthanc/OrthancCPlugin.h" 37 #include "../Include/orthanc/OrthancCPlugin.h"
38 #include "../../OrthancServer/ServerEnumerations.h" 38 #include "../../OrthancServer/ServerEnumerations.h"
39 39
40 #include <dcmtk/dcmdata/dcvr.h>
41
40 namespace Orthanc 42 namespace Orthanc
41 { 43 {
42 namespace Plugins 44 namespace Plugins
43 { 45 {
44 OrthancPluginResourceType Convert(ResourceType type); 46 OrthancPluginResourceType Convert(ResourceType type);
50 PixelFormat Convert(OrthancPluginPixelFormat format); 52 PixelFormat Convert(OrthancPluginPixelFormat format);
51 53
52 OrthancPluginContentType Convert(FileContentType type); 54 OrthancPluginContentType Convert(FileContentType type);
53 55
54 FileContentType Convert(OrthancPluginContentType type); 56 FileContentType Convert(OrthancPluginContentType type);
57
58 DcmEVR Convert(OrthancPluginValueRepresentation vr);
55 } 59 }
56 } 60 }
57 61
58 #endif 62 #endif