Trait dicom_core::dictionary::DataDictionaryEntry
source · pub trait DataDictionaryEntry {
// Required methods
fn tag_range(&self) -> TagRange;
fn alias(&self) -> &str;
fn vr(&self) -> VR;
// Provided method
fn tag(&self) -> Tag { ... }
}Expand description
The data element dictionary entry type, representing a DICOM attribute.