Odil
A C++11 library for the DICOM standard
registry_0000.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 _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0000
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0000
11 
12 #include <map>
13 #include <string>
14 
15 #include "odil/odil.h"
16 #include "odil/Tag.h"
17 
18 namespace odil
19 {
20 
21 namespace registry
22 {
23 Tag const CommandGroupLength(0x0000, 0x0000);
24 Tag const AffectedSOPClassUID(0x0000, 0x0002);
25 Tag const RequestedSOPClassUID(0x0000, 0x0003);
26 Tag const CommandField(0x0000, 0x0100);
27 Tag const MessageID(0x0000, 0x0110);
28 Tag const MessageIDBeingRespondedTo(0x0000, 0x0120);
29 Tag const MoveDestination(0x0000, 0x0600);
30 Tag const Priority(0x0000, 0x0700);
31 Tag const CommandDataSetType(0x0000, 0x0800);
32 Tag const Status(0x0000, 0x0900);
33 Tag const OffendingElement(0x0000, 0x0901);
34 Tag const ErrorComment(0x0000, 0x0902);
35 Tag const ErrorID(0x0000, 0x0903);
36 Tag const AffectedSOPInstanceUID(0x0000, 0x1000);
37 Tag const RequestedSOPInstanceUID(0x0000, 0x1001);
38 Tag const EventTypeID(0x0000, 0x1002);
39 Tag const AttributeIdentifierList(0x0000, 0x1005);
40 Tag const ActionTypeID(0x0000, 0x1008);
41 Tag const NumberOfRemainingSuboperations(0x0000, 0x1020);
42 Tag const NumberOfCompletedSuboperations(0x0000, 0x1021);
43 Tag const NumberOfFailedSuboperations(0x0000, 0x1022);
44 Tag const NumberOfWarningSuboperations(0x0000, 0x1023);
45 Tag const MoveOriginatorApplicationEntityTitle(0x0000, 0x1030);
46 Tag const MoveOriginatorMessageID(0x0000, 0x1031);
47 
48 }
49 
50 }
51 
52 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0000
Tag const ErrorID(0x0000, 0x0903)
Tag const ActionTypeID(0x0000, 0x1008)
Tag const AffectedSOPClassUID(0x0000, 0x0002)
Tag const CommandDataSetType(0x0000, 0x0800)
Tag const MessageID(0x0000, 0x0110)
Tag const NumberOfRemainingSuboperations(0x0000, 0x1020)
Tag const NumberOfWarningSuboperations(0x0000, 0x1023)
Tag const CommandField(0x0000, 0x0100)
Definition: Association.h:24
Tag const EventTypeID(0x0000, 0x1002)
Tag const AttributeIdentifierList(0x0000, 0x1005)
Tag const AffectedSOPInstanceUID(0x0000, 0x1000)
Tag const NumberOfCompletedSuboperations(0x0000, 0x1021)
Tag const MoveDestination(0x0000, 0x0600)
Tag const MoveOriginatorMessageID(0x0000, 0x1031)
Tag const CommandGroupLength(0x0000, 0x0000)
Tag const Priority(0x0000, 0x0700)
Tag const OffendingElement(0x0000, 0x0901)
Tag const MessageIDBeingRespondedTo(0x0000, 0x0120)
Tag const RequestedSOPInstanceUID(0x0000, 0x1001)
Tag const RequestedSOPClassUID(0x0000, 0x0003)
Tag const ErrorComment(0x0000, 0x0902)
Tag const NumberOfFailedSuboperations(0x0000, 0x1022)
Tag const Status(0x0000, 0x0900)
Tag const MoveOriginatorApplicationEntityTitle(0x0000, 0x1030)