Dicom series folder read and use for creating a node

In python scriptable module -
How can use dicom series to import and use it a segmentation node or volume node.
Or every time we need to import .nrrd file to use it as a node.

See this and similar posts in the forum: How to convert dicom files to nrrd

Yeah, i mean i’m doing same thing, that getting dicom series and saving it to nrrd and use that node…
but my question is can i load dicom series and use that is as my volume node or segmentation node.??

Most DICOM images are loaded as volume nodes; RTSTRUCT and DICOM segmentation objects are loaded as segmentation nodes. You can just use load them and use them.

1 Like