Struct dicom_dictionary_std::StandardDataDictionary [−][src]
pub struct StandardDataDictionary;Expand description
A data dictionary which consults the library’s global DICOM attribute registry.
Trait Implementations
type Entry = DictionaryEntryRef<'static>
type Entry = DictionaryEntryRef<'static>
The type of the dictionary entry.
Fetch an entry by its usual alias (e.g. “PatientName” or “SOPInstanceUID”). Aliases are usually case sensitive and not separated by spaces. Read more
type Entry = DictionaryEntryRef<'static>
type Entry = DictionaryEntryRef<'static>
The type of the dictionary entry.
Fetch an entry by its usual alias (e.g. “PatientName” or “SOPInstanceUID”). Aliases are usually case sensitive and not separated by spaces. Read more
Fetch an entry by its tag.
Returns the “default value” for a type. Read more
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for StandardDataDictionary
impl Send for StandardDataDictionary
impl Sync for StandardDataDictionary
impl Unpin for StandardDataDictionary
impl UnwindSafe for StandardDataDictionary
Blanket Implementations
Mutably borrows from an owned value. Read more