|
PACS System 0.1.0
PACS DICOM system library
|
Implementation of the AI result handler. More...
#include "kcenon/pacs/ai/ai_result_handler.h"#include "kcenon/pacs/core/dicom_tag_constants.h"#include <algorithm>#include <map>#include <mutex>#include <unordered_map>
Go to the source code of this file.
Classes | |
| class | kcenon::pacs::ai::ai_result_handler::impl |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::ai |
| namespace | kcenon::pacs::ai::sop_class |
Variables | |
| constexpr std::string_view | kcenon::pacs::ai::sop_class::basic_text_sr = "1.2.840.10008.5.1.4.1.1.88.11" |
| constexpr std::string_view | kcenon::pacs::ai::sop_class::enhanced_sr = "1.2.840.10008.5.1.4.1.1.88.22" |
| constexpr std::string_view | kcenon::pacs::ai::sop_class::comprehensive_sr = "1.2.840.10008.5.1.4.1.1.88.33" |
| constexpr std::string_view | kcenon::pacs::ai::sop_class::comprehensive_3d_sr = "1.2.840.10008.5.1.4.1.1.88.34" |
| constexpr std::string_view | kcenon::pacs::ai::sop_class::segmentation = "1.2.840.10008.5.1.4.1.1.66.4" |
| constexpr std::string_view | kcenon::pacs::ai::sop_class::grayscale_softcopy_ps = "1.2.840.10008.5.1.4.1.1.11.1" |
| constexpr std::string_view | kcenon::pacs::ai::sop_class::color_softcopy_ps = "1.2.840.10008.5.1.4.1.1.11.2" |
| constexpr std::string_view | kcenon::pacs::ai::sop_class::pseudo_color_softcopy_ps = "1.2.840.10008.5.1.4.1.1.11.3" |
| constexpr std::string_view | kcenon::pacs::ai::sop_class::blending_softcopy_ps = "1.2.840.10008.5.1.4.1.1.11.4" |
Implementation of the AI result handler.
Definition in file ai_result_handler.cpp.