|
PACS System 0.1.0
PACS DICOM system library
|
Event published when a DICOM association is aborted. More...
#include <events.h>

Public Member Functions | |
| association_aborted_event (std::string calling, std::string called, std::string abort_reason, uint8_t src=0, uint8_t code=0) | |
Public Attributes | |
| std::string | calling_ae |
| std::string | called_ae |
| std::string | reason |
| uint8_t | source |
| uint8_t | reason_code |
| std::chrono::steady_clock::time_point | timestamp |
|
inline |
Definition at line 88 of file events.h.
| std::string kcenon::pacs::events::association_aborted_event::called_ae |
| std::string kcenon::pacs::events::association_aborted_event::calling_ae |
| std::string kcenon::pacs::events::association_aborted_event::reason |
| uint8_t kcenon::pacs::events::association_aborted_event::reason_code |
| uint8_t kcenon::pacs::events::association_aborted_event::source |
| std::chrono::steady_clock::time_point kcenon::pacs::events::association_aborted_event::timestamp |