Domain objects

Domain([metadata])

Domain Class.

DataPath(path[, read_only, metadata])

Initializes a DataPath object.

NamedDataPath(paths[, metadata])

A data path dictionary with name as key and data path as value.

Image(data[, metadata])

_summary_

DICOMStudy(study_instance_uid)

This class represents a DICOM Study.

DICOMSeries(series_instance_uid)

DICOM Series represents a DICOM Series.

DICOMSOPInstance(native_sop)

This class representes a SOP Instance.

SelectedSeries(selection_name, dicom_series)

This class encapsulates a DICOM series that has been selected with a given selection name.

StudySelectedSeries(study[, metadata])

This class encapsulates a DICOM study and a list of selected DICOM series within it.