dicomtools.series module

class dicomtools.series.DicomSeries(dicom_list)

Bases: object

A class for storing and processing DICOM series. Instances are verified to all have consistent SeriesInstanceUID attributes.

get_instances_with_image_data()

Get all of the DICOM instances in the series which contain image data (has the pixel_array property).

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_array property).