|
PACS System 0.1.0
PACS DICOM system library
|
Implementation of SOP Class Registry. More...
#include "kcenon/pacs/services/sop_class_registry.h"#include "kcenon/pacs/services/storage_commitment_types.h"#include "kcenon/pacs/services/sop_classes/dx_storage.h"#include "kcenon/pacs/services/sop_classes/nm_storage.h"#include "kcenon/pacs/services/sop_classes/pet_storage.h"#include "kcenon/pacs/services/sop_classes/rt_storage.h"#include "kcenon/pacs/services/sop_classes/seg_storage.h"#include "kcenon/pacs/services/sop_classes/sr_storage.h"#include "kcenon/pacs/services/sop_classes/us_storage.h"#include "kcenon/pacs/services/sop_classes/wsi_storage.h"#include "kcenon/pacs/services/sop_classes/xa_storage.h"#include "kcenon/pacs/services/sop_classes/ophthalmic_storage.h"#include "kcenon/pacs/services/sop_classes/parametric_map_storage.h"#include "kcenon/pacs/services/sop_classes/waveform_storage.h"#include <algorithm>
Go to the source code of this file.
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. | |
Implementation of SOP Class Registry.
Definition in file sop_class_registry.cpp.