Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _8d06a300_6aee_4d1f_bf10_ecdf4916ae9f
10 #define _8d06a300_6aee_4d1f_bf10_ecdf4916ae9f
36 Request(std::shared_ptr<Message const> message);
46 #endif // _8d06a300_6aee_4d1f_bf10_ecdf4916ae9f
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28
Request(std::shared_ptr< Message const > message)
Create a request from the Message ID stored in the message command set.
Tag const MessageID(0x0000, 0x0110)
int64_t Integer
Integer type.
Definition: Value.h:42
#define ODIL_MESSAGE_MANDATORY_FIELD_INTEGER_MACRO(name, tag)
Definition: Message.h:61
Request(Value::Integer message_id)
Create a request with given Message ID.
Base class for all DIMSE request messages.
Definition: Request.h:25
Base class for all DIMSE messages.
Definition: Message.h:77