Type Definition dicom_object::DefaultDicomObject
source · pub type DefaultDicomObject<D = StandardDataDictionary> = FileDicomObject<InMemDicomObject<D>>;Expand description
The default implementation of a root DICOM object.
pub type DefaultDicomObject<D = StandardDataDictionary> = FileDicomObject<InMemDicomObject<D>>;The default implementation of a root DICOM object.