Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
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);
65 void _parse(std::shared_ptr<Message const> message);
72 #endif // _5fd36547_9498_4cf3_87cc_737af51e93a9
CFindResponse(std::shared_ptr< Message > message)
Create a C-FIND-RSP from a generic Message.
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
C-FIND-RSP message.
Definition: CFindResponse.h:26
CFindResponse(Value::Integer message_id_being_responded_to, Value::Integer status)
Create an find response with given Message ID, and status.
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.
#define ODIL_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(name, tag)
Definition: Message.h:67
Tag const MessageID(0x0000, 0x0110)
int64_t Integer
Integer type.
Definition: Value.h:42
Base class for all DIMSE response messages.
Definition: Response.h:25