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
18namespace odil
19{
20
21namespace registry
22{
23Tag const ImplantAssemblyTemplateName(0x0076, 0x0001);
24Tag const ImplantAssemblyTemplateIssuer(0x0076, 0x0003);
25Tag const ImplantAssemblyTemplateVersion(0x0076, 0x0006);
27Tag const ImplantAssemblyTemplateType(0x0076, 0x000a);
31Tag const ProcedureTypeCodeSequence(0x0076, 0x0020);
32Tag const SurgicalTechnique(0x0076, 0x0030);
33Tag const ComponentTypesSequence(0x0076, 0x0032);
34Tag const ComponentTypeCodeSequence(0x0076, 0x0034);
35Tag const ExclusiveComponentType(0x0076, 0x0036);
36Tag const MandatoryComponentType(0x0076, 0x0038);
37Tag const ComponentSequence(0x0076, 0x0040);
38Tag const ComponentID(0x0076, 0x0055);
39Tag const ComponentAssemblySequence(0x0076, 0x0060);
40Tag const Component1ReferencedID(0x0076, 0x0070);
43Tag 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