Import dcm file and nrrd segmentation file in 3D slicer

Hello, I have a dataset downloaded from TCIA.

Here for one patient id I have two folders:
image
The 1st named segmentation folder contains one dcm file and one nrrd file – which I suppose is the segmentation file.
The 2nd folder contains 167 dcm files, which is the 3D series dicom data.

I would like to import both files in 3D slicer so I can check the segmentation visually. But I could not find how–can someone give a step-by-step instruction?

Here are step-by-step instructions: Data Loading and Saving — 3D Slicer documentation

Note that the steps for DICOM are different from the steps for everything else

@ebrahim Many thanks for the suggestion!

I am able to import dcm series files, then looks like this:

Then when I am loading the segmentation file from the single dcm file, click the Description area, there is only the “Volume” option there, and can not be assigned to “Segmentation”

Then finally I get only the segmentation shown as below.

What I really want to do is to have segmentation to map on the dcm file visually, together… Can that be done?

Please use the Slicer Stable Release (currently 5.4) and let us know if something still does not work as expected.

One issue can be that your segmentation seems to be stored as a fake CT image instead of proper DICOM Segmentation information object. You can still use it, but you may need to do some extra steps (convert the fake CT to labelmap and then convert that to a segmentation).