Skip to main content

DicomSeriesInfo

Other

Summary of a detected DICOM series.

Import

import ScriptingApi as api

# Access the class
# DicomSeriesInfo is available via api.DicomSeriesInfo

Properties

series_index

Zero-based index of the detected series in the scan result.

Type: int


directory_path

Directory that contains the series.

Type: str


series_instance_uid

Unique Series Instance UID used to select the series for import.

Type: str


series_number

Series number.

Type: str


number_of_images

Number of images in the series.

Type: int


modality

Imaging modality, for example CT or MR.

Type: str


series_date

Series acquisition date.

Type: str


series_description

Series description.

Type: str


patient_name

Patient name.

Type: str


patient_id

Patient identifier.

Type: str


patient_sex

Patient sex.

Type: str


patient_date_of_birth

Patient date of birth.

Type: str


study_date

Study date.

Type: str


study_description

Study description.

Type: str


study_id

Study identifier.

Type: str


study_instance_uid

Study Instance UID.

Type: str


image_type

Image type.

Type: str


See Also