|
PACS System 0.1.0
PACS DICOM system library
|
DICOM Data Dictionary for tag metadata lookup. More...
#include "dicom_tag.h"#include "tag_info.h"#include <mutex>#include <optional>#include <shared_mutex>#include <span>#include <string_view>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::pacs::core::dicom_dictionary |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::core |
DICOM Data Dictionary for tag metadata lookup.
This file defines the dicom_dictionary class which provides O(1) lookup for DICOM tag metadata as specified in DICOM PS3.6. The dictionary is implemented as a thread-safe singleton with support for private tag registration at runtime.
Definition in file dicom_dictionary.h.