|
PACS System 0.1.0
PACS DICOM system library
|
Registry of vendor-specific private tag definitions. More...
#include <kcenon/pacs/encoding/vr_type.h>#include <cstdint>#include <map>#include <mutex>#include <optional>#include <shared_mutex>#include <span>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::core::private_tag_definition |
| Definition of a vendor-specific private tag. More... | |
| class | kcenon::pacs::core::private_tag_registry |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::core |
Registry of vendor-specific private tag definitions.
Provides VR lookup for private data elements keyed by Private Creator identification string and element offset, enabling correct VR resolution in Implicit VR Little Endian decoding.
Definition in file private_tag_registry.h.