|
PACS System 0.1.0
PACS DICOM system library
|
Event published when a retrieve operation (C-MOVE/C-GET) starts. More...
#include <events.h>

Public Member Functions | |
| retrieve_started_event (retrieve_operation op, std::string calling, std::string destination, std::string study_uid, uint16_t total) | |
Public Attributes | |
| retrieve_operation | operation |
| std::string | calling_ae |
| std::string | destination_ae |
| std::string | study_instance_uid |
| uint16_t | total_instances |
| std::chrono::steady_clock::time_point | timestamp |
Event published when a retrieve operation (C-MOVE/C-GET) starts.
|
inline |
Definition at line 255 of file events.h.
| std::string kcenon::pacs::events::retrieve_started_event::calling_ae |
| std::string kcenon::pacs::events::retrieve_started_event::destination_ae |
| retrieve_operation kcenon::pacs::events::retrieve_started_event::operation |
| std::string kcenon::pacs::events::retrieve_started_event::study_instance_uid |
| std::chrono::steady_clock::time_point kcenon::pacs::events::retrieve_started_event::timestamp |
| uint16_t kcenon::pacs::events::retrieve_started_event::total_instances |