Common DICOM data elements.
| 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. |