dicomtools.series module¶
-
class
dicomtools.series.DicomSeries(dicom_list)¶ Bases:
objectA class for storing and processing DICOM series. Instances are verified to all have consistent
SeriesInstanceUIDattributes.-
get_instances_with_image_data()¶ Get all of the DICOM instances in the series which contain image data (has the
pixel_arrayproperty).
-
get_instances_without_image_data()¶ Get all of the DICOM instances in the series which do not contain image data (do not have the
pixel_arrayproperty).
-