Odil
A C++11 library for the DICOM standard
registry_0076.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_0076
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0076
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 ImplantAssemblyTemplateName(0x0076, 0x0001);
24 Tag const ImplantAssemblyTemplateIssuer(0x0076, 0x0003);
25 Tag const ImplantAssemblyTemplateVersion(0x0076, 0x0006);
27 Tag const ImplantAssemblyTemplateType(0x0076, 0x000a);
31 Tag const ProcedureTypeCodeSequence(0x0076, 0x0020);
32 Tag const SurgicalTechnique(0x0076, 0x0030);
33 Tag const ComponentTypesSequence(0x0076, 0x0032);
34 Tag const ComponentTypeCodeSequence(0x0076, 0x0034);
35 Tag const ExclusiveComponentType(0x0076, 0x0036);
36 Tag const MandatoryComponentType(0x0076, 0x0038);
37 Tag const ComponentSequence(0x0076, 0x0040);
38 Tag const ComponentID(0x0076, 0x0055);
39 Tag const ComponentAssemblySequence(0x0076, 0x0060);
40 Tag const Component1ReferencedID(0x0076, 0x0070);
43 Tag const Component2ReferencedID(0x0076, 0x00a0);
46 
47 }
48 
49 }
50 
51 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0076
A DICOM element tag.
Definition: Tag.h:25
Tag const ImplantAssemblyTemplateName(0x0076, 0x0001)
Tag const ReplacedImplantAssemblyTemplateSequence(0x0076, 0x0008)
Tag const ComponentAssemblySequence(0x0076, 0x0060)
Tag const ImplantAssemblyTemplateType(0x0076, 0x000a)
Tag const ImplantAssemblyTemplateTargetAnatomySequence(0x0076, 0x0010)
Tag const ComponentSequence(0x0076, 0x0040)
Tag const ImplantAssemblyTemplateVersion(0x0076, 0x0006)
Tag const ComponentID(0x0076, 0x0055)
Tag const Component2ReferencedMatingFeatureSetID(0x0076, 0x00b0)
Tag const ExclusiveComponentType(0x0076, 0x0036)
Tag const ProcedureTypeCodeSequence(0x0076, 0x0020)
Tag const Component1ReferencedID(0x0076, 0x0070)
Tag const ComponentTypeCodeSequence(0x0076, 0x0034)
Tag const ComponentTypesSequence(0x0076, 0x0032)
Tag const Component1ReferencedMatingFeatureID(0x0076, 0x0090)
Tag const SurgicalTechnique(0x0076, 0x0030)
Tag const Component1ReferencedMatingFeatureSetID(0x0076, 0x0080)
Tag const ImplantAssemblyTemplateIssuer(0x0076, 0x0003)
Tag const Component2ReferencedID(0x0076, 0x00a0)
Tag const Component2ReferencedMatingFeatureID(0x0076, 0x00c0)
Tag const OriginalImplantAssemblyTemplateSequence(0x0076, 0x000c)
Tag const DerivationImplantAssemblyTemplateSequence(0x0076, 0x000e)
Tag const MandatoryComponentType(0x0076, 0x0038)
Definition: Association.h:25