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

Public Member Functions | |
| association_released_event (std::string calling, std::string called, std::chrono::milliseconds dur, uint32_t ops) | |
Public Attributes | |
| std::string | calling_ae |
| std::string | called_ae |
| std::chrono::milliseconds | duration |
| uint32_t | operations_count |
| std::chrono::steady_clock::time_point | timestamp |
Event published when a DICOM association is gracefully released.
|
inline |
Definition at line 66 of file events.h.
| std::string kcenon::pacs::events::association_released_event::called_ae |
| std::string kcenon::pacs::events::association_released_event::calling_ae |
| std::chrono::milliseconds kcenon::pacs::events::association_released_event::duration |
| uint32_t kcenon::pacs::events::association_released_event::operations_count |
| std::chrono::steady_clock::time_point kcenon::pacs::events::association_released_event::timestamp |