diff Core/DicomNetworking/Internals/CommandDispatcher.cpp @ 3249:bce0e4c9ca45

fix for dcmtk 3.6.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 16 Feb 2019 11:30:35 +0100
parents fcc2b99feaaf
children 6e42d676401c
line wrap: on
line diff
--- a/Core/DicomNetworking/Internals/CommandDispatcher.cpp	Sat Feb 16 10:29:26 2019 +0000
+++ b/Core/DicomNetworking/Internals/CommandDispatcher.cpp	Sat Feb 16 11:30:35 2019 +0100
@@ -263,9 +263,11 @@
       UID_BasicTextSRStorage,
       UID_BasicVoiceAudioWaveformStorage,
       UID_BlendingSoftcopyPresentationStateStorage,
-      UID_BreastTomosynthesisImageStorage,
+#if DCMTK_VERSION_NUMBER >= 361
       UID_BreastProjectionXRayImageStorageForProcessing,
       UID_BreastProjectionXRayImageStorageForPresentation,
+#endif
+      UID_BreastTomosynthesisImageStorage,
       UID_CardiacElectrophysiologyWaveformStorage,
       UID_ChestCADSRStorage,
       UID_ColonCADSRStorage,