Exporting dicom images as one set

Hi,

I would like to use Slicer as a tool to convert a dicom-set into a new decompressed set.
I can succesfully load the set (study?) and export as dicom, but this gives 76 individual sets with each 1 dicom-image. How can I export uncompressed while keeping the relation between images?

It may be just as valid to have one file per slice as to have all slices of a series in a single file. What kind if image are you working with?

Hi,

The image-set is of an 3D ultrasound scan of my child.
I want to see if I can print it in 3D.

If you want to print something from an image then you need to segment some structures from it and then export the segmentation as an STL file. Exporting the image to DICOM is not needed for this (and may actually make your workflow more complicated).

To segment an image for 3D printing, you can use the Segment Editor module in Slicer. This page can help you getting started.