[][src]Crate dicom_dictionary_std

This crate implements the standard attribute dictionary.

This dictionary is a singleton containing all information about the DICOM attributes specified in the standard according to DICOM PS3.6 2019c, and it will be used by default in most other abstractions available.

When not using private tags, this dictionary should suffice.

Structs

StandardDataDictionary

A data dictionary which consults the library's global DICOM attribute registry.

StandardDictionaryRegistry

The data struct containing the standard dictionary.

Functions

registry

Retrieve a singleton instance of the standard dictionary registry.