Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
CStoreResponse.h
Go to the documentation of this file.
1/*************************************************************************
2 * odil - Copyright (C) Universite de Strasbourg
3 * Distributed under the terms of the CeCILL-B license, as published by
4 * the CEA-CNRS-INRIA. Refer to the LICENSE file or to
5 * http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
6 * for details.
7 ************************************************************************/
8
9#ifndef _7e193624_081c_47dd_a011_986e96916ea9
10#define _7e193624_081c_47dd_a011_986e96916ea9
11
12#include "odil/odil.h"
13#include "odil/registry.h"
15#include "odil/Value.h"
16
17namespace odil
18{
19
20namespace message
21{
22
25{
26public:
39
44 Value::Integer message_id_being_responded_to, Value::Integer status);
45
51 CStoreResponse(std::shared_ptr<Message const> message);
52
55 affected_sop_class_uid, registry::AffectedSOPClassUID)
57 affected_sop_instance_uid, registry::AffectedSOPInstanceUID)
58};
59
60}
61
62}
63
64#endif // _7e193624_081c_47dd_a011_986e96916ea9
int64_t Integer
Integer type.
Definition Value.h:42
ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO(affected_sop_class_uid, registry::AffectedSOPClassUID) ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO(affected_sop_instance_uid
Status
C-STORE status codes, PS 3.4, B.2.3.
Definition CStoreResponse.h:29
@ ErrorDataSetDoesNotMatchSOPClass
Definition CStoreResponse.h:32
@ ErrorCannotUnderstand
Definition CStoreResponse.h:33
@ CoercionOfDataElements
Definition CStoreResponse.h:35
@ RefusedOutOfResources
Definition CStoreResponse.h:31
@ DataSetDoesNotMatchSOPClass
Definition CStoreResponse.h:36
@ ElementsDiscarded
Definition CStoreResponse.h:37
CStoreResponse(Value::Integer message_id_being_responded_to, Value::Integer status)
Create an store response with given Message ID, and status.
CStoreResponse(std::shared_ptr< Message const > message)
Create a C-STORE-RSP from a generic Message.
Response(Value::Integer message_id_being_responded_to, Value::Integer status)
Create a response with given message id and status;.
#define ODIL_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(name, tag)
Definition Message.h:67
Definition Cancellation.h:21
Definition registry.h:97
Tag const MessageID(0x0000, 0x0110)
Definition Association.h:25
#define ODIL_API
Definition odil.h:28