[][src]Module dicom_core::dictionary

This module contains the concept of a DICOM data dictionary.

The standard data dictionary is available in the dicom-std-dict crate.

Modules

stub

This module contains a stub dictionary.

Structs

DictionaryEntryBuf

A data type for a dictionary entry with full ownership.

DictionaryEntryRef

A data type for a dictionary entry with a string slice for its alias.

TagByName

Utility data structure that resolves to a DICOM attribute tag at a later time.

TagRangeParseError

An error returned when parsing an invalid tag range.

Enums

TagRange

Specification of a range of tags pertaining to an attribute. Very often, the dictionary of attributes indicates a unique (group,elem) for a specific attribute, but occasionally a range of groups or elements is indicated instead (e.g. Pixel Data is associated with ).

Traits

DataDictionary

Type trait for a dictionary of DICOM attributes. Attribute dictionaries provide the

DictionaryEntry

The dictionary entry data type, representing a DICOM attribute.