Export segmentation as DICOM

Hello,

I try to do the same discussed above and as is shown in this tutorial.
Unfortunately, this does not work.

I believe the extensions SlicerRT and Quantitave reporting are correctly installed, but I do not even get the RT export option. Instead, I get this DICOMSegmentation export type. This type gives an error when I try to export : VolumeNode Panoramix-cropped has no attribute DICOM.instanceUIDs

DICOM slicer fail

Thanks for your advice.
Jan

If you want to export segmentation as DICOM RT structure set then you need to install SlicerRT extension. However, RT structure set is a very bad format for storing segmentation: it has many issues and limitations related to both importing and exporting it. To store segmentation in DICOM format, use Segmentation object format (the exporter that you show in your screenshot above).

DICOM Segmentation object exporter expects that the master volume is loaded from DICOM and has all the necessary unique identifiers (UIDs). If you want to use non-DICOM image source then first you can export the image to DICOM, which adds all the necessary identifiers.

@lassoan When I tried to convert to DICOM using DICOM Segmentation exporter appear this error.

image

My debug report. image

Are you using the latest Slicer Stable Release?

Hello!
Can anybody suggest me the easiest way to export a segmentation with MRI in DICOM, so that the file can be used for neuronavigation? I tried with RT, but hospital DICOM viewers were not able to read the .rtss file. I tried to create new subject and new study as suggested in tutorials but still the segmention isn’t saved but only the original file.
Where can I find a deteiled descritpion of the procedure not to run into mistakes?

Thank you very much

Many DICOM viewers cannot display image segmentation. You can find the DICOM conformance statement of all commercial DICOM viewers online (just google (productname) DICOM conformance statement) where they describe what kind of image segmentation they can display (DICOM RT structure set is more common among old software, DICOM Segmentation object is supported in new software).

I tried with “DICOM segmentation” but i obtained only a subjct_hyerarchy_export file, impossible to open with a viewer. Where can I find complete intructions for exporting segmentaion to DICOM? Is there a DICOM viewer by which I can test if the procedure was correct?

Thank you

See step-by-step instructions for DICOM export here.

Only very few image viewers can display segmentations. Most of them are really just that, image viewers and cannot deal with any other objects (segmentaton object, spatial registration object, structured report, etc.). I think recent MITK versions can display segmentations and I know that the web-based OHIF viewer can do basic segmentation display, too. You can get an OHIF viewer without setting up a web server by uploading your data set to Kheops and open its built-in viewer (that is an OHIF viewer).

Thank you very much for answering!