cannot load DICOM RT structure set object

Im try to convert dicom file (CT, RD, RS) to nrrd by using mpreview processor but it show the error below

    Switching to temporary DICOM database: C:/Users/dream/AppData/Local/Temp/Slicer\mpReviewPreprocessor\CtkDICOMDatabase

    Loading with imageIOName: GDCM

    Window/level found in DICOM tags (center=40.0, width=400.0) has been applied to volume 3: Abdomen 2.5 mm

    Loading with imageIOName: GDCM

    Could not read scalar volume using GDCM approach. Error is: FileFormatError

    Loading with imageIOName: DCMTK

    Could not read scalar volume using DCMTK approach. Error is: FileFormatError

    No node!

    Loading with imageIOName: GDCM

    Could not read scalar volume using GDCM approach. Error is: FileFormatError

    Loading with imageIOName: DCMTK

    Could not read scalar volume using DCMTK approach. Error is: FileFormatError

    No node!

    Loading with imageIOName: GDCM

    Could not read scalar volume using GDCM approach. Error is: FileFormatError

    Loading with imageIOName: DCMTK

    Could not read scalar volume using DCMTK approach. Error is: FileFormatError

    No node!

    Please install SlicerRT extension to enable loading of DICOM RT Structure Set objects

I already install SlicerRT extension and reinstall it but still the same.
I try using slicer version 4.11.0 2020-03-25 and 4.11.0 2020-07-20.
Any one know how to fix this
Thank.

Can you load all data by following these steps:

  • switch to DICOM module
  • drag-and-dropp the DICOM folder to the Slicer application window
  • wait for import to complete,l
  • double-click on a patient, study, or series you want to load

Yes I can load all my data (CT, RD, RS) in DICOM module. But it not work in mpreviewprocessor.

mpReviewPreprocessor is intended to organize the data into a hierarchy that is usable by the mpReview extension. At the moment, it will not process any modalities other than those that correspond to scalar volumes, or some 4d volumes. You will need to either process other modalities using other means, or modify mpReviewPreprocessor to invoke DICOM plugins that can parse those modalities.

1 Like