9#ifndef _5fd36547_9498_4cf3_87cc_737af51e93a9
10#define _5fd36547_9498_4cf3_87cc_737af51e93a9
32 RefusedOutOfResources=0xA700,
33 IdentifierDoesNotMatchSOPClass=0xA900,
34 UnableToProcess=0xC000,
36 PendingWarningOptionalKeysNotSupported=0xFF01,
51 std::shared_ptr<DataSet> dataset);
62 affected_sop_class_uid, registry::AffectedSOPClassUID)
65 void _parse(std::shared_ptr<Message const> message);
int64_t Integer
Integer type.
Definition Value.h:42
C-FIND-RSP message.
Definition CFindResponse.h:26
CFindResponse(std::shared_ptr< Message > message)
Create a C-FIND-RSP from a generic Message.
Status
C-FIND status codes, PS 3.4, C.4.1.1.4.
Definition CFindResponse.h:30
CFindResponse(Value::Integer message_id_being_responded_to, Value::Integer status, std::shared_ptr< DataSet > dataset)
Create an find response with given Message ID, status, and data set.
CFindResponse(Value::Integer message_id_being_responded_to, Value::Integer status)
Create an find response with given Message ID, and status.
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