Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
CEchoResponse.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 _266252d9_e801_479e_a805_004b101c5250
10#define _266252d9_e801_479e_a805_004b101c5250
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:
32 Value::Integer message_id_being_responded_to, Value::Integer status,
33 Value::String const & affected_sop_class_uid);
34
40 CEchoResponse(std::shared_ptr<Message const> message);
41
43 affected_sop_class_uid, registry::AffectedSOPClassUID)
44};
45
46}
47
48}
49
50#endif // _266252d9_e801_479e_a805_004b101c5250
int64_t Integer
Integer type.
Definition Value.h:42
std::string String
String type.
Definition Value.h:48
C-ECHO-RSP message.
Definition CEchoResponse.h:25
CEchoResponse(std::shared_ptr< Message const > message)
Create a C-ECHO-RSP from a generic Message.
CEchoResponse(Value::Integer message_id_being_responded_to, Value::Integer status, Value::String const &affected_sop_class_uid)
Create an echo response with given Message ID and affected SOP class UID.
Base class for all DIMSE response messages.
Definition Response.h:25
#define ODIL_MESSAGE_MANDATORY_FIELD_STRING_MACRO(name, tag)
Definition Message.h:64
Definition Association.h:25
#define ODIL_API
Definition odil.h:28