Odil
A C++11 library for the DICOM standard
registry_0080.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_0080
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0080
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 SurfaceScanAcquisitionTypeCodeSequence(0x0080, 0x0001);
24 Tag const SurfaceScanModeCodeSequence(0x0080, 0x0002);
25 Tag const RegistrationMethodCodeSequence(0x0080, 0x0003);
26 Tag const ShotDurationTime(0x0080, 0x0004);
27 Tag const ShotOffsetTime(0x0080, 0x0005);
28 Tag const SurfacePointPresentationValueData(0x0080, 0x0006);
29 Tag const SurfacePointColorCIELabValueData(0x0080, 0x0007);
30 Tag const UVMappingSequence(0x0080, 0x0008);
31 Tag const TextureLabel(0x0080, 0x0009);
32 Tag const UValueData(0x0080, 0x0010);
33 Tag const VValueData(0x0080, 0x0011);
34 Tag const ReferencedTextureSequence(0x0080, 0x0012);
35 Tag const ReferencedSurfaceDataSequence(0x0080, 0x0013);
36 
37 }
38 
39 }
40 
41 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0080
odil::registry::SurfaceScanAcquisitionTypeCodeSequence
const Tag SurfaceScanAcquisitionTypeCodeSequence(0x0080, 0x0001)
odil
Definition: Association.h:23
odil::registry::SurfaceScanModeCodeSequence
const Tag SurfaceScanModeCodeSequence(0x0080, 0x0002)
odil::registry::TextureLabel
const Tag TextureLabel(0x0080, 0x0009)
odil::registry::SurfacePointColorCIELabValueData
const Tag SurfacePointColorCIELabValueData(0x0080, 0x0007)
odil.h
odil::registry::ReferencedSurfaceDataSequence
const Tag ReferencedSurfaceDataSequence(0x0080, 0x0013)
Tag.h
odil::registry::UVMappingSequence
const Tag UVMappingSequence(0x0080, 0x0008)
odil::registry::SurfacePointPresentationValueData
const Tag SurfacePointPresentationValueData(0x0080, 0x0006)
odil::registry::UValueData
const Tag UValueData(0x0080, 0x0010)
odil::registry::VValueData
const Tag VValueData(0x0080, 0x0011)
odil::registry::ShotDurationTime
const Tag ShotDurationTime(0x0080, 0x0004)
odil::registry::ShotOffsetTime
const Tag ShotOffsetTime(0x0080, 0x0005)
odil::registry::ReferencedTextureSequence
const Tag ReferencedTextureSequence(0x0080, 0x0012)
odil::registry::RegistrationMethodCodeSequence
const Tag RegistrationMethodCodeSequence(0x0080, 0x0003)