pub type DefaultDicomObject<D = StandardDataDictionary> = FileDicomObject<InMemDicomObject<D>>;Expand description
The default implementation of a root DICOM object.
Aliased Typeยง
pub struct DefaultDicomObject<D = StandardDataDictionary> { /* private fields */ }