Expand description

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

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

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

The data struct containing the standard dictionary.

Functions

Retrieve a singleton instance of the standard dictionary registry.