PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
retrieve_scp.h File Reference

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>
Include dependency graph for retrieve_scp.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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).

See also
DICOM PS3.4 Section C - Query/Retrieve Service Class
DICOM PS3.7 Section 9.1.3 - C-MOVE Service
DICOM PS3.7 Section 9.1.4 - C-GET Service
DES-SVC-005 - Retrieve SCP Design Specification
Author
kcenon
Since
1.0.0

Definition in file retrieve_scp.h.