9#ifndef _b245f6f2_50c3_4c7c_80e1_f03d9c831301
10#define _b245f6f2_50c3_4c7c_80e1_f03d9c831301
32 RefusedOutOfResourcesUnableToCalculateNumberOfMatches=0xA701,
33 RefusedOutOfResourcesUnableToPerformSubOperations=0xA702,
34 RefusedMoveDestinationUnknown=0xA801,
35 IdentifierDoesNotMatchSOPClass=0xA900,
36 UnableToProcess=0xC000,
38 SubOperationsCompleteOneOrMoreFailuresOrWarnings=0xB000
53 std::shared_ptr<DataSet> dataset);
64 affected_sop_class_uid, registry::AffectedSOPClassUID)
67 number_of_remaining_sub_operations, registry::NumberOfRemainingSuboperations)
69 number_of_completed_sub_operations, registry::NumberOfCompletedSuboperations)
71 number_of_failed_sub_operations, registry::NumberOfFailedSuboperations)
73 number_of_warning_sub_operations, registry::NumberOfWarningSuboperations)
76 void _parse(std::shared_ptr<
Message const> message);
int64_t Integer
Integer type.
Definition Value.h:42
C-MOVE-RSP message.
Definition CMoveResponse.h:26
CMoveResponse(Value::Integer message_id_being_responded_to, Value::Integer status, std::shared_ptr< DataSet > dataset)
Create an move response with given Message ID, status, and data set.
CMoveResponse(std::shared_ptr< Message > message)
Create a C-MOVE-RSP from a generic Message.
Status
C-MOVE status codes, PS 3.4, C.4.2.1.5.
Definition CMoveResponse.h:30
CMoveResponse(Value::Integer message_id_being_responded_to, Value::Integer status)
Create an move response with given Message ID, and status.
Base class for all DIMSE messages.
Definition Message.h:77
Base class for all DIMSE response messages.
Definition Response.h:25
#define ODIL_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(name, tag)
Definition Message.h:67
#define ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO(name, tag)
Definition Message.h:70
Definition Association.h:25
#define ODIL_API
Definition odil.h:28