Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 875 Bytes

File metadata and controls

16 lines (12 loc) · 875 Bytes

DicomMediaItemMetadata

Metadata for DICOM (Digital Imaging and Communications in Medicine) media items.

Properties

Name Type Required Description
meta_information DicomMetaInformation Yes
media_type DicomMediaType Yes
common_data_elements CommonDicomDataElements Yes
other_data_elements Dict[DicomDataElementKey, Any] Yes The data elements for a particular DICOM file outside of the media contained within it and the data elements within the commonDataElements field.
size_bytes int Yes The size of the media item in bytes.
type Literal["dicom"] Yes None

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