How to save my work into dicom format

Hello!

I would like to ask how do I save my work into DICOM format? I need to save it into DICOM format because I will be import it to the treatment planning computer.

Thanks for your help

What type of slicer object do you want to save as a DICOM?

You may find useful advice in this post: https://discourse.slicer.org/t/process-to-import-an-stl-file-and-convert-export-a-series-of-dicom-files/9906

In the 3D slicer, I load 2 dicom images. Each dicom images is composed of 16 slice. I did subtract the two images using subtract image filter. My problem is that I want to save the result with dicom format so I can load in to the treatment planning computer. How can I do that? Thanks for your help

yes, you can export the DICOM files by the DICOM module and click the export.
image

1 Like

When you load DICOM image stacks they are loaded as a volume. Go to the Data module and find the volume which was result of the subtraction filter in the list of volumes. Then simply right click on the volume and choose ‘Export to DICOM’

1 Like

Thank you Juicy and Li Zhenzhu. I was able to save my work in a dicom format. Problem solved.

But I have another one question. How can I measure the CT number of my CT image using circular ROI with a radius of 200 mm^2 in the 3D slicer? Hope you can help me. It is my very first time using this software.

Thank you very much.

I don’t know of a quick tool which does this like you have in the likes of image J or the software on the CT workstations (although there may be?)

The way I would do that (although there may be other ways) is to go to segment editor, then go to the paint effect.

You want a circular area of 200mm^2 and because the area of a circle is A = (pi * d^2) / 4 then the diameter of the circle needs to be approx 16mm (if I did my maths right).

Now click the small “%” button to toggle to absolute diameter mode for the paint brush size and enter the paint brush diameter as 16mm.

Then click once (do not click and drag) on the area you are interested in to paint a circle (as shown in yellow above). If you accidentally paint in the wrong spot just press the undo button.

Now go over to “Segment Statistics” module and enter your segmentation node (probably called “Segmentation”) and your volume as inputs. Then press apply and you will see the mean HU units of the area you have just painted on the resulting table.

3 Likes

Thank you Juicy for everything. I was able to get the CT number. Problem solved again.

Cheers!

2 Likes

Hello Juizy, I have another question. My dicom files are only 48 and I assumed that the slice number is also 48 but the S (which I also I assumed as the slice number in the app) is from 72-216. I really need to get to slice 21. I tried to load and open slice 21 but the S sign is now 155. Why is that? Can you help me understand this. Or can you help how can I calibrate this S so that I will not be confused. Please refer to the image on what I trying to say as the S sign.

Thank you very much for your time and Uploading: EBC2E46A-4D4C-4EC6-BF20-D282706F5041.jpeg… consideration.

Hi,

The picture did not work but I If you mean what I think you mean then no, S does not refer to the slice number.

RAS which means (Right Anterior Superior) is the coordinate system in 3d slicer it is the same as the XYZ coordinate system of the CT scanner. See more about coordinate systems here

The origin of the scan 3D coordinate system is set up by the CT operator who will zero the machine in a certain position. If the S says 155 then this means the slice you are looking at is 155mm above the position where the operator zeroed the CT machine.

If you want to see which slice number you are at then you need to look at the image coordinate system or IJK coordinate system the K coordinate should tell you which slice number you are at. Assuming your scan is axial then hover your mouse over the red slice and look at the number shown in the following picture.

But remember that slicer uses zero indexing for the K coordinate so the first ‘slice’ number is 0 so if you are looking for slice 21 then you may need to go to slice number 22 in slicer.

Thank you so much Juizy. Problem solved.