|
PACS System 0.1.0
PACS DICOM system library
|
Central registry for all supported SOP Classes. More...
#include <functional>#include <optional>#include <string>#include <string_view>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::services::sop_class_info |
| Complete information about a SOP Class. More... | |
| class | kcenon::pacs::services::sop_class_registry |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::services |
Functions | |
| bool | kcenon::pacs::services::is_storage_sop_class (std::string_view uid) |
| Check if a SOP Class UID is a storage class. | |
| modality_type | kcenon::pacs::services::get_storage_modality (std::string_view uid) |
| Get the modality for a storage SOP Class. | |
| std::string_view | kcenon::pacs::services::get_sop_class_name (std::string_view uid) |
| Get human-readable name for a SOP Class. | |
Central registry for all supported SOP Classes.
This file provides a centralized registry for managing and querying supported DICOM SOP Classes across all modalities and service types.
Definition in file sop_class_registry.h.