Odil
A C++11 library for the DICOM standard
registry_3002.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_3002
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_3002
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 RTImageLabel(0x3002, 0x0002);
24 Tag const RTImageName(0x3002, 0x0003);
25 Tag const RTImageDescription(0x3002, 0x0004);
26 Tag const ReportedValuesOrigin(0x3002, 0x000a);
27 Tag const RTImagePlane(0x3002, 0x000c);
28 Tag const XRayImageReceptorTranslation(0x3002, 0x000d);
29 Tag const XRayImageReceptorAngle(0x3002, 0x000e);
30 Tag const RTImageOrientation(0x3002, 0x0010);
31 Tag const ImagePlanePixelSpacing(0x3002, 0x0011);
32 Tag const RTImagePosition(0x3002, 0x0012);
33 Tag const RadiationMachineName(0x3002, 0x0020);
34 Tag const RadiationMachineSAD(0x3002, 0x0022);
35 Tag const RadiationMachineSSD(0x3002, 0x0024);
36 Tag const RTImageSID(0x3002, 0x0026);
37 Tag const SourceToReferenceObjectDistance(0x3002, 0x0028);
38 Tag const FractionNumber(0x3002, 0x0029);
39 Tag const ExposureSequence(0x3002, 0x0030);
40 Tag const MetersetExposure(0x3002, 0x0032);
41 Tag const DiaphragmPosition(0x3002, 0x0034);
42 Tag const FluenceMapSequence(0x3002, 0x0040);
43 Tag const FluenceDataSource(0x3002, 0x0041);
44 Tag const FluenceDataScale(0x3002, 0x0042);
45 Tag const PrimaryFluenceModeSequence(0x3002, 0x0050);
46 Tag const FluenceMode(0x3002, 0x0051);
47 Tag const FluenceModeID(0x3002, 0x0052);
48 
49 }
50 
51 }
52 
53 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_3002
A DICOM element tag.
Definition: Tag.h:25
Tag const DiaphragmPosition(0x3002, 0x0034)
Tag const RTImageLabel(0x3002, 0x0002)
Tag const XRayImageReceptorTranslation(0x3002, 0x000d)
Tag const FluenceDataScale(0x3002, 0x0042)
Tag const FractionNumber(0x3002, 0x0029)
Tag const FluenceMapSequence(0x3002, 0x0040)
Tag const MetersetExposure(0x3002, 0x0032)
Tag const RadiationMachineSSD(0x3002, 0x0024)
Tag const RTImageDescription(0x3002, 0x0004)
Tag const RTImageSID(0x3002, 0x0026)
Tag const SourceToReferenceObjectDistance(0x3002, 0x0028)
Tag const ReportedValuesOrigin(0x3002, 0x000a)
Tag const RadiationMachineName(0x3002, 0x0020)
Tag const ImagePlanePixelSpacing(0x3002, 0x0011)
Tag const RadiationMachineSAD(0x3002, 0x0022)
Tag const ExposureSequence(0x3002, 0x0030)
Tag const RTImageOrientation(0x3002, 0x0010)
Tag const XRayImageReceptorAngle(0x3002, 0x000e)
Tag const FluenceModeID(0x3002, 0x0052)
Tag const PrimaryFluenceModeSequence(0x3002, 0x0050)
Tag const RTImagePlane(0x3002, 0x000c)
Tag const RTImageName(0x3002, 0x0003)
Tag const RTImagePosition(0x3002, 0x0012)
Tag const FluenceDataSource(0x3002, 0x0041)
Tag const FluenceMode(0x3002, 0x0051)
Definition: Association.h:25