Loading specific series by ID

DICOMScalarVolumePluginClass() - i’m using this plugin to load scalar volume from a dicom folder ,
how can i load only specific series with specific images/slices under that series ID

You can use the dicom database methods to determine the specific files / instances for any series and provide that to load. These examples should help:

https://www.slicer.org/wiki/Documentation/Nightly/ScriptRepository#DICOM_2

1 Like