Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _350775b8_701f_4069_ab1e_c974a209389c
10 #define _350775b8_701f_4069_ab1e_c974a209389c
31 std::shared_ptr<pdu::Object>
pdu;
33 std::shared_ptr<AssociationRejected>
reject;
40 #endif // _350775b8_701f_4069_ab1e_c974a209389c
std::shared_ptr< AssociationRejected > reject
Definition: EventData.h:33
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28
Encapsulate association parameters.
Definition: AssociationParameters.h:27
std::shared_ptr< pdu::Object > pdu
Definition: EventData.h:31
AssociationParameters association_parameters
Definition: EventData.h:32
Transport::Socket::endpoint_type peer_endpoint
Definition: EventData.h:30
Data related to events of the DUL state machine.
Definition: EventData.h:28