Page MenuHomePhabricator

Make DICOM IO Version configurable
Closed, ResolvedPublic

Description

DICOM IO class was changed from GDCMImageIO to DICOMImageIO2 . Since some images were only readable by GDCMImageIO a first solution would be a CMake option combined with a #ifdef to select the different classes at compile time.

Event Timeline

[SVN revision 24100]
ENH (#4525): new CMake variable MITK_USE_GDCMIO to enable alternative
DICOM IO

[SVN revision 24111]
ENH (#4525): Modification of the MITK DICOM series reader to look the at the MITK_USE_GDCMIO variable and to select the appropriate itk IO class accordingly.

Resetting all bugs without active assignee flag to "CONFIRMED". Change status to IN_PROGRESS if you are working on it.

Very old bug, fixed a long time ago.