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);
26 Tag const ReplacedImplantAssemblyTemplateSequence(0x0076, 0x0008);
27 Tag const ImplantAssemblyTemplateType(0x0076, 0x000a);
28 Tag const OriginalImplantAssemblyTemplateSequence(0x0076, 0x000c);
29 Tag const DerivationImplantAssemblyTemplateSequence(0x0076, 0x000e);
30 Tag const ImplantAssemblyTemplateTargetAnatomySequence(0x0076, 0x0010);
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);
41 Tag const Component1ReferencedMatingFeatureSetID(0x0076, 0x0080);
42 Tag const Component1ReferencedMatingFeatureID(0x0076, 0x0090);
43 Tag const Component2ReferencedID(0x0076, 0x00a0);
44 Tag const Component2ReferencedMatingFeatureSetID(0x0076, 0x00b0);
45 Tag const Component2ReferencedMatingFeatureID(0x0076, 0x00c0);
46 
47 }
48 
49 }
50 
51 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0076
Tag const OriginalImplantAssemblyTemplateSequence(0x0076, 0x000c)
Tag const ImplantAssemblyTemplateTargetAnatomySequence(0x0076, 0x0010)
Tag const ReplacedImplantAssemblyTemplateSequence(0x0076, 0x0008)
Tag const Component2ReferencedID(0x0076, 0x00a0)
Tag const ComponentTypeCodeSequence(0x0076, 0x0034)
Tag const SurgicalTechnique(0x0076, 0x0030)
Tag const ImplantAssemblyTemplateIssuer(0x0076, 0x0003)
Tag const Component1ReferencedID(0x0076, 0x0070)
Tag const ImplantAssemblyTemplateName(0x0076, 0x0001)
Tag const Component1ReferencedMatingFeatureID(0x0076, 0x0090)
Definition: Association.h:24
Tag const Component2ReferencedMatingFeatureSetID(0x0076, 0x00b0)
Tag const ImplantAssemblyTemplateType(0x0076, 0x000a)
Tag const Component2ReferencedMatingFeatureID(0x0076, 0x00c0)
Tag const MandatoryComponentType(0x0076, 0x0038)
Tag const ExclusiveComponentType(0x0076, 0x0036)
Tag const ImplantAssemblyTemplateVersion(0x0076, 0x0006)
Tag const ComponentAssemblySequence(0x0076, 0x0060)
Tag const ComponentSequence(0x0076, 0x0040)
Tag const ProcedureTypeCodeSequence(0x0076, 0x0020)
Tag const DerivationImplantAssemblyTemplateSequence(0x0076, 0x000e)
Tag const Component1ReferencedMatingFeatureSetID(0x0076, 0x0080)
Tag const ComponentID(0x0076, 0x0055)
Tag const ComponentTypesSequence(0x0076, 0x0032)