Saving segmentation as DICOM

Hello Community,
I’d like to save my segmentation shown on a picture below as a DICOM (.dcm) file instead of (.nrrd). Is there any way to do it?
image

See here https://slicer.readthedocs.io/en/latest/user_guide/modules/dicom.html

I take it that the answer is, “Yes”.

From the link, the key step seems to be:
Right-click on a data node in the data tree that will be converted to DICOM format.

image

It seems to be designed to be applied to a Segmentation, rather than a Segment.

Initially I got the error, “Slicer data bundle export failed. No file is found for any of the selected items.”
The problem was not having installed the QuantitativeReporting extension, which is mentioned in the linked instructions, and its prerequisites. (Do this from View > Extensions Manager , and restart the application.)

image

A further issue was that initially I couldn’t specify a path under “Export to folder:”.
It turns out that there is a barely visible tick box to the left. The low contrast meant that I either didn’t see it or else thought that it was deactivated just like all of the controls to the right of “Export to folder:”.

—DIV

What DICOM modality you want to export it into?

Hello,
thanks a lot for the answers as it has helped me already a lot.

@cpinter I would like to save it as the SEG modality, to be later able to display the slice with the corresponding mask. As I already know how to save it all as .dcm, now it is only that display part that causes me some troubles.

As I create the segmentations, they are all saved in one file, is there any way to save each segmentation in a different one?

Or maybe is there any way to corelate the slice of the segmentation with the slice of the study, like adding a tag for the segmentation with number of slice regarding the main study?

What you do is saving the whole scene into a non-standard DICOM secondary capture that has the scene MRB file in its blob field. What you want instead is to export the segmentation to DICOM SEG. For that you need to install the Quantitative Reporting extension.

Hello,

thank you for the answer. I do have the Quantitaive Reporting extension installed and I managed to succesfully export the segmentation to DICOM SEG.

After doing so, I only encountered the issue described in the following thread https://discourse.slicer.org/t/matching-segmentation-with-the-input-data/21817

Do you know why a situation described in the thread above happens? @cpinter

Thank you

I downloaded the latest preview release (version 4.13.0, revision 30669, built 2022-03-02, MacOS) but I cannot find the extension in the extension manager

(I can find and install it in the stable release (version 4.11.20210226, revision 29738, built 2021-02-28, MacOS)