Mercurial > hg > orthanc
changeset 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 | c2798f7daf8b |
children | 212abfffc44d |
files | Core/DicomNetworking/Internals/CommandDispatcher.cpp |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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,