Trait dicom_core::dictionary::DictionaryEntry
source · [−]pub trait DictionaryEntry {
fn tag_range(&self) -> TagRange;
fn alias(&self) -> &str;
fn vr(&self) -> VR;
fn tag(&self) -> Tag { ... }
}Expand description
The dictionary entry data type, representing a DICOM attribute.