Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _9a741b7f_0254_4eac_9bbd_04b719c1f86a
10 #define _9a741b7f_0254_4eac_9bbd_04b719c1f86a
34 std::shared_ptr<DataSet> dataset);
61 #endif // _9a741b7f_0254_4eac_9bbd_04b719c1f86a
Tag const AffectedSOPClassUID(0x0000, 0x0002)
#define ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO(name, tag)
Definition: Message.h:70
Tag const AttributeIdentifierList(0x0000, 0x1005)
Tag const AffectedSOPInstanceUID(0x0000, 0x1000)
NCreateRequest(std::shared_ptr< Message > message)
Create a N-Create-RQ from a generic Message.
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28
std::string String
String type.
Definition: Value.h:48
ODIL_MESSAGE_MANDATORY_FIELD_INTEGER_MACRO(message_id, registry::MessageID) ODIL_MESSAGE_MANDATORY_FIELD_STRING_MACRO(affected_sop_class_uid
Tag const MessageID(0x0000, 0x0110)
int64_t Integer
Integer type.
Definition: Value.h:42
NCreateRequest(Value::Integer message_id, Value::String const &affected_sop_class_uid, std::shared_ptr< DataSet > dataset)
Create an NCreate request with given Message ID and affected SOP class UID.
Base class for all DIMSE request messages.
Definition: Request.h:25
#define ODIL_MESSAGE_MANDATORY_FIELD_STRING_MACRO(name, tag)
Definition: Message.h:64
N-Create-RQ message.
Definition: NCreateRequest.h:25