Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _7e193624_081c_47dd_a011_986e96916ea9
10 #define _7e193624_081c_47dd_a011_986e96916ea9
31 RefusedOutOfResources=0xA700,
32 ErrorDataSetDoesNotMatchSOPClass=0xA900,
33 ErrorCannotUnderstand=0xC000,
35 CoercionOfDataElements=0xB000,
36 DataSetDoesNotMatchSOPClass=0xB007,
37 ElementsDiscarded=0xB006,
64 #endif // _7e193624_081c_47dd_a011_986e96916ea9
C-STORE-RSP message.
Definition: CStoreResponse.h:25
Tag const AffectedSOPClassUID(0x0000, 0x0002)
#define ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO(name, tag)
Definition: Message.h:70
Tag const AffectedSOPInstanceUID(0x0000, 0x1000)
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28
#define ODIL_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(name, tag)
Definition: Message.h:67
Tag const MessageID(0x0000, 0x0110)
CStoreResponse(Value::Integer message_id_being_responded_to, Value::Integer status)
Create an store response with given Message ID, and status.
int64_t Integer
Integer type.
Definition: Value.h:42
Base class for all DIMSE response messages.
Definition: Response.h:25
CStoreResponse(std::shared_ptr< Message const > message)
Create a C-STORE-RSP from a generic Message.
Status
C-STORE status codes, PS 3.4, B.2.3.
Definition: CStoreResponse.h:29