Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 807 Bytes

File metadata and controls

18 lines (14 loc) · 807 Bytes

CommonDicomDataElements

Common DICOM data elements.

Properties

Name Type Required Description
number_frames Optional[int] No The number of frames in the DICOM file.
modality Optional[Modality] No
patient_id Optional[str] No The patient ID.
study_id Optional[str] No The study ID.
study_uid Optional[str] No The study UID.
series_uid Optional[str] No The series UID.
study_time Optional[datetime] No The study time.
series_time Optional[datetime] No The series time.

[Back to Model list] [Back to API list] [Back to README]