|
PACS System 0.1.0
PACS DICOM system library
|
DICOM Tag representation (Group, Element pairs) More...
#include <compare>#include <cstdint>#include <functional>#include <optional>#include <string>#include <string_view>#include <utility>

Go to the source code of this file.
Classes | |
| class | kcenon::pacs::core::dicom_tag |
| struct | std::hash< kcenon::pacs::core::dicom_tag > |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::core |
DICOM Tag representation (Group, Element pairs)
This file defines the dicom_tag class which represents DICOM tags as specified in DICOM PS3.5. Tags are composed of a Group Number and an Element Number, each being 16-bit unsigned integers.
Definition in file dicom_tag.h.