dicom_core

Module dictionary

Source
Expand description

This module contains the concept of a DICOM data dictionary.

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

Modules§

  • This module contains a stub dictionary.

Structs§

Enums§

  • Specification of a range of tags pertaining to an attribute. Very often, the dictionary of attributes indicates a unique group part and element part (group,elem), but occasionally an attribute may cover a range of groups or elements instead. For example, Overlay Data (60xx,3000) has more than one possible tag, since it is part of a repeating group. Moreover, a unique variant is defined for group length tags and another one for private creator tags.
  • Enum for all UID types recognized by the standard.
  • A “virtual” value representation (VR) descriptor which extends the standard enumeration with context-dependent VRs.

Traits§