Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _97fc1bfc_4cff_40f2_a1ed_4550c71a0bda
10 #define _97fc1bfc_4cff_40f2_a1ed_4550c71a0bda
45 #endif // _97fc1bfc_4cff_40f2_a1ed_4550c71a0bda
Cancellation(uint16_t message_id_being_responded_to)
Create a response with given message id being responded to.
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28
ODIL_MESSAGE_MANDATORY_FIELD_INTEGER_MACRO(message_id_being_responded_to, registry::MessageIDBeingRespondedTo)
Base class for cancellation messages.
Definition: Cancellation.h:25
Tag const MessageIDBeingRespondedTo(0x0000, 0x0120)
Cancellation(std::shared_ptr< Message const > message)
Create a response from the Message ID Being Responded To.
Base class for all DIMSE messages.
Definition: Message.h:77