Does ITK expose API for getting DICOM from remote source like PACS ?

Hi All,

Does ITK expose API for getting DICOM from remote source like PACS ? And is there a module that read DICOM from remote ?

Thanks

ITK itself doesn’t. But bundled GDCM and DCMTK do. GDCM is enabled by default in ITK, DCMTK needs to be enabled manually during CMake configure step of ITK.

1 Like

Thank you @dzenanz, I did search google and found a ppt talking about itk DICCOM Dimse commands. DICOMStatusITKv4.odp (189.1 KB) . Seems it was integrated into Itk v4 but was removed from Itk v5.

1 Like