|
PACS System 0.1.0
PACS DICOM system library
|
Event published when a C-FIND query is executed. More...
#include <events.h>

Public Member Functions | |
| query_executed_event (query_level lvl, std::string calling, size_t results, uint64_t exec_time) | |
Public Attributes | |
| query_level | level |
| std::string | calling_ae |
| size_t | result_count |
| uint64_t | execution_time_ms |
| std::chrono::steady_clock::time_point | timestamp |
|
inline |
Definition at line 196 of file events.h.
| std::string kcenon::pacs::events::query_executed_event::calling_ae |
| uint64_t kcenon::pacs::events::query_executed_event::execution_time_ms |
| query_level kcenon::pacs::events::query_executed_event::level |
| size_t kcenon::pacs::events::query_executed_event::result_count |
| std::chrono::steady_clock::time_point kcenon::pacs::events::query_executed_event::timestamp |