9 #ifndef _7b9819f1_d7a2_4898_a850_3ed6a61f08c6
10 #define _7b9819f1_d7a2_4898_a850_3ed6a61f08c6
12 #include "dcmtkpp/DataSet.h"
13 #include "dcmtkpp/registry.h"
14 #include "dcmtkpp/Response.h"
15 #include "dcmtkpp/Value.h"
28 Value::Integer message_id_being_responded_to, Value::Integer status);
35 Value::Integer message_id_being_responded_to, Value::Integer status,
48 DCMTKPP_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(message_id, registry::MessageID)
49 DCMTKPP_MESSAGE_OPTIONAL_FIELD_STRING_MACRO(
50 affected_sop_class_uid, registry::AffectedSOPClassUID)
52 DCMTKPP_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(
53 number_of_remaining_sub_operations, registry::NumberOfRemainingSuboperations)
54 DCMTKPP_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(
55 number_of_completed_sub_operations, registry::NumberOfCompletedSuboperations)
56 DCMTKPP_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(
57 number_of_failed_sub_operations, registry::NumberOfFailedSuboperations)
58 DCMTKPP_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(
59 number_of_warning_sub_operations, registry::NumberOfWarningSuboperations)
64 #endif // _7b9819f1_d7a2_4898_a850_3ed6a61f08c6
Definition: Association.cpp:22
Base class for all DIMSE response messages.
Definition: Response.h:20
DICOM Data set.
Definition: DataSet.h:66
CGetResponse(Value::Integer message_id_being_responded_to, Value::Integer status)
Create an get response with given Message ID, and status.
Definition: CGetResponse.cpp:21
Base class for all DIMSE messages.
Definition: Message.h:72
virtual ~CGetResponse()
Destructor.
Definition: CGetResponse.cpp:74
C-GET-RSP message.
Definition: CGetResponse.h:21