|
PACS System 0.1.0
PACS DICOM system library
|
DICOM Retrieve SCP service (C-MOVE/C-GET handler) More...
#include "scp_service.h"#include "kcenon/pacs/core/dicom_dataset.h"#include "kcenon/pacs/core/dicom_file.h"#include <atomic>#include <functional>#include <optional>#include <string>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::services::sub_operation_stats |
| Statistics for C-MOVE/C-GET sub-operations. More... | |
| class | kcenon::pacs::services::retrieve_scp |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::services |
Typedefs | |
| using | kcenon::pacs::services::retrieve_handler |
| Retrieve handler function type. | |
| using | kcenon::pacs::services::destination_resolver |
| Destination resolver function type. | |
| using | kcenon::pacs::services::store_sub_operation |
| Store sub-operation function type. | |
| using | kcenon::pacs::services::retrieve_cancel_check = std::function<bool()> |
| Cancel check function type. | |
Variables | |
| constexpr std::string_view | kcenon::pacs::services::patient_root_move_sop_class_uid |
| Patient Root Query/Retrieve Information Model - MOVE. | |
| constexpr std::string_view | kcenon::pacs::services::study_root_move_sop_class_uid |
| Study Root Query/Retrieve Information Model - MOVE. | |
| constexpr std::string_view | kcenon::pacs::services::patient_root_get_sop_class_uid |
| Patient Root Query/Retrieve Information Model - GET. | |
| constexpr std::string_view | kcenon::pacs::services::study_root_get_sop_class_uid |
| Study Root Query/Retrieve Information Model - GET. | |
DICOM Retrieve SCP service (C-MOVE/C-GET handler)
This file provides the retrieve_scp class for handling C-MOVE and C-GET requests. The Retrieve SCP retrieves DICOM images from the PACS archive and either transfers them to a destination (C-MOVE) or returns them directly to the requester (C-GET).
Definition in file retrieve_scp.h.