9#ifndef _4f465ff9_8cd7_47cb_afc5_51461124bb01
10#define _4f465ff9_8cd7_47cb_afc5_51461124bb01
int64_t Integer
Integer type.
Definition: Value.h:42
std::string String
String type.
Definition: Value.h:48
N-Create-RSP message.
Definition: NCreateResponse.h:25
NCreateResponse(Value::Integer const &message_id_being_responded_to, Value::Integer const &status, Value::String const &affected_sop_class_uid)
Create an NCreate response with given Message ID and affected SOP class UID.
NCreateResponse(std::shared_ptr< Message const > message)
Create a N-Create-RSP from a generic Message.
ODIL_MESSAGE_MANDATORY_FIELD_INTEGER_MACRO(message_id_being_responded_to, registry::MessageIDBeingRespondedTo) ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO(affected_sop_class_uid
Base class for all DIMSE response messages.
Definition: Response.h:25
#define ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO(name, tag)
Definition: Message.h:70
Tag const AffectedSOPClassUID(0x0000, 0x0002)
Tag const MessageIDBeingRespondedTo(0x0000, 0x0120)
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28