Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
CMoveResponse.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 _b245f6f2_50c3_4c7c_80e1_f03d9c831301
10#define _b245f6f2_50c3_4c7c_80e1_f03d9c831301
11
12#include "odil/DataSet.h"
13#include "odil/odil.h"
14#include "odil/registry.h"
16#include "odil/Value.h"
17
18namespace odil
19{
20
21namespace message
22{
23
26{
27public:
40
45 Value::Integer message_id_being_responded_to, Value::Integer status);
46
52 Value::Integer message_id_being_responded_to, Value::Integer status,
53 std::shared_ptr<DataSet> dataset);
54
60 CMoveResponse(std::shared_ptr<Message> message);
61
64 affected_sop_class_uid, registry::AffectedSOPClassUID)
65
67 number_of_remaining_sub_operations, registry::NumberOfRemainingSuboperations)
69 number_of_completed_sub_operations, registry::NumberOfCompletedSuboperations)
71 number_of_failed_sub_operations, registry::NumberOfFailedSuboperations)
73 number_of_warning_sub_operations, registry::NumberOfWarningSuboperations)
74
75private:
76 void _parse(std::shared_ptr<Message const> message);
77};
78
79}
80
81}
82
83#endif // _b245f6f2_50c3_4c7c_80e1_f03d9c831301
int64_t Integer
Integer type.
Definition Value.h:42
CMoveResponse(Value::Integer message_id_being_responded_to, Value::Integer status, std::shared_ptr< DataSet > dataset)
Create an move response with given Message ID, status, and data set.
registry::NumberOfRemainingSuboperations ODIL_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(number_of_completed_sub_operations, registry::NumberOfCompletedSuboperations) ODIL_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(number_of_failed_sub_operations
ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO(affected_sop_class_uid, registry::AffectedSOPClassUID) ODIL_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(number_of_remaining_sub_operations
CMoveResponse(std::shared_ptr< Message > message)
Create a C-MOVE-RSP from a generic Message.
Status
C-MOVE status codes, PS 3.4, C.4.2.1.5.
Definition CMoveResponse.h:30
@ SubOperationsCompleteOneOrMoreFailuresOrWarnings
Definition CMoveResponse.h:38
@ RefusedOutOfResourcesUnableToPerformSubOperations
Definition CMoveResponse.h:33
@ IdentifierDoesNotMatchSOPClass
Definition CMoveResponse.h:35
@ RefusedOutOfResourcesUnableToCalculateNumberOfMatches
Definition CMoveResponse.h:32
@ RefusedMoveDestinationUnknown
Definition CMoveResponse.h:34
@ UnableToProcess
Definition CMoveResponse.h:36
CMoveResponse(Value::Integer message_id_being_responded_to, Value::Integer status)
Create an move response with given Message ID, and status.
Base class for all DIMSE messages.
Definition Message.h:77
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