|
PACS System 0.1.0
PACS DICOM system library
|
DICOM tag metadata information structure. More...
#include "dicom_tag.h"#include <cstdint>#include <optional>#include <string>#include <string_view>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::core::value_multiplicity |
| Value Multiplicity (VM) specification. More... | |
| struct | kcenon::pacs::core::tag_info |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::core |
DICOM tag metadata information structure.
This file defines the tag_info structure which contains metadata about DICOM tags as specified in DICOM PS3.6 Data Dictionary. Each entry includes the tag, VR, value multiplicity, keyword, name, and retirement status.
Definition in file tag_info.h.