Crate dicom_dictionary_std[][src]

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.

Modules

tags

Automatically generated. Edit at your own risk. Adapted from the DCMTK project. URL: https://raw.githubusercontent.com/DCMTK/dcmtk/master/dcmdata/data/dicom.dic License: https://github.com/DCMTK/dcmtk/blob/master/COPYRIGHT

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.