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

Public Member Functions | |
| association_established_event (std::string calling, std::string called, std::string host, uint16_t port, uint32_t pdu_size) | |
Public Attributes | |
| std::string | calling_ae |
| std::string | called_ae |
| std::string | remote_host |
| uint16_t | remote_port |
| uint32_t | max_pdu_size |
| std::chrono::steady_clock::time_point | timestamp |
Event published when a DICOM association is successfully established.
This event is triggered after successful A-ASSOCIATE-AC exchange.
|
inline |
Definition at line 43 of file events.h.
| std::string kcenon::pacs::events::association_established_event::called_ae |
| std::string kcenon::pacs::events::association_established_event::calling_ae |
| uint32_t kcenon::pacs::events::association_established_event::max_pdu_size |
| std::string kcenon::pacs::events::association_established_event::remote_host |
| uint16_t kcenon::pacs::events::association_established_event::remote_port |
| std::chrono::steady_clock::time_point kcenon::pacs::events::association_established_event::timestamp |