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);
46 Tag const MoveOriginatorMessageID(0x0000, 0x1031);
47 
48 }
49 
50 }
51 
52 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0000
odil::registry::OffendingElement
Tag const OffendingElement(0x0000, 0x0901)
odil::registry::NumberOfCompletedSuboperations
Tag const NumberOfCompletedSuboperations(0x0000, 0x1021)
odil::registry::AffectedSOPClassUID
Tag const AffectedSOPClassUID(0x0000, 0x0002)
odil::registry::MoveOriginatorMessageID
Tag const MoveOriginatorMessageID(0x0000, 0x1031)
odil::registry::AttributeIdentifierList
Tag const AttributeIdentifierList(0x0000, 0x1005)
odil::registry::AffectedSOPInstanceUID
Tag const AffectedSOPInstanceUID(0x0000, 0x1000)
odil::registry::CommandField
Tag const CommandField(0x0000, 0x0100)
odil::registry::EventTypeID
Tag const EventTypeID(0x0000, 0x1002)
odil
Definition: Association.h:25
odil::registry::RequestedSOPInstanceUID
Tag const RequestedSOPInstanceUID(0x0000, 0x1001)
odil::registry::NumberOfWarningSuboperations
Tag const NumberOfWarningSuboperations(0x0000, 0x1023)
odil::registry::ErrorComment
Tag const ErrorComment(0x0000, 0x0902)
odil::Tag
A DICOM element tag.
Definition: Tag.h:25
odil.h
odil::registry::NumberOfRemainingSuboperations
Tag const NumberOfRemainingSuboperations(0x0000, 0x1020)
odil::registry::MoveOriginatorApplicationEntityTitle
Tag const MoveOriginatorApplicationEntityTitle(0x0000, 0x1030)
odil::registry::RequestedSOPClassUID
Tag const RequestedSOPClassUID(0x0000, 0x0003)
odil::registry::CommandDataSetType
Tag const CommandDataSetType(0x0000, 0x0800)
Tag.h
odil::registry::Priority
Tag const Priority(0x0000, 0x0700)
odil::registry::MoveDestination
Tag const MoveDestination(0x0000, 0x0600)
odil::registry::MessageIDBeingRespondedTo
Tag const MessageIDBeingRespondedTo(0x0000, 0x0120)
odil::registry::MessageID
Tag const MessageID(0x0000, 0x0110)
odil::registry::ActionTypeID
Tag const ActionTypeID(0x0000, 0x1008)
odil::registry::CommandGroupLength
Tag const CommandGroupLength(0x0000, 0x0000)
odil::registry::ErrorID
Tag const ErrorID(0x0000, 0x0903)
odil::registry::NumberOfFailedSuboperations
Tag const NumberOfFailedSuboperations(0x0000, 0x1022)
odil::registry::Status
Tag const Status(0x0000, 0x0900)