comparison Plugins/Engine/PluginsEnumerations.h @ 1671:2f2e2ec17bc4 db-changes

sample database plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Oct 2015 17:44:43 +0200
parents a412ad57f0f9
children 5e99a70b0635
comparison
equal deleted inserted replaced
1670:16955f8fec4d 1671:2f2e2ec17bc4
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 #if !defined(ORTHANC_ENABLE_DCMTK) || ORTHANC_ENABLE_DCMTK != 0
40 #include <dcmtk/dcmdata/dcvr.h> 41 #include <dcmtk/dcmdata/dcvr.h>
42 #endif
41 43
42 namespace Orthanc 44 namespace Orthanc
43 { 45 {
44 namespace Plugins 46 namespace Plugins
45 { 47 {
55 57
56 OrthancPluginContentType Convert(FileContentType type); 58 OrthancPluginContentType Convert(FileContentType type);
57 59
58 FileContentType Convert(OrthancPluginContentType type); 60 FileContentType Convert(OrthancPluginContentType type);
59 61
62 #if !defined(ORTHANC_ENABLE_DCMTK) || ORTHANC_ENABLE_DCMTK != 0
60 DcmEVR Convert(OrthancPluginValueRepresentation vr); 63 DcmEVR Convert(OrthancPluginValueRepresentation vr);
64 #endif
61 } 65 }
62 } 66 }
63 67
64 #endif 68 #endif