Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _5d350855_531e_405a_a221_af3b0e720fd1
10 #define _5d350855_531e_405a_a221_af3b0e720fd1
55 #endif // _5d350855_531e_405a_a221_af3b0e720fd1
Tag const AffectedSOPClassUID(0x0000, 0x0002)
#define ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO(name, tag)
Definition: Message.h:70
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28
std::string String
String type.
Definition: Value.h:48
NSetResponse(std::shared_ptr< Message const > message)
Create a N-Set-RSP from a generic Message.
int64_t Integer
Integer type.
Definition: Value.h:42
Base class for all DIMSE response messages.
Definition: Response.h:25
N-Set-RSP message.
Definition: NSetResponse.h:25
#define ODIL_MESSAGE_MANDATORY_FIELD_INTEGER_MACRO(name, tag)
Definition: Message.h:61
NSetResponse(Value::Integer const &message_id_being_responded_to, Value::Integer const &status, Value::String const &requested_sop_class_uid, Value::String const &requested_sop_instance_uid)
Create an NSet response with given Message ID and affected SOP class UID.
Tag const Status(0x0000, 0x0900)