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
odil::registry::RTImageDescription
Tag const RTImageDescription(0x3002, 0x0004)
odil::registry::ReportedValuesOrigin
Tag const ReportedValuesOrigin(0x3002, 0x000a)
odil::registry::FractionNumber
Tag const FractionNumber(0x3002, 0x0029)
odil::registry::RTImageOrientation
Tag const RTImageOrientation(0x3002, 0x0010)
odil::registry::ExposureSequence
Tag const ExposureSequence(0x3002, 0x0030)
odil::registry::XRayImageReceptorTranslation
Tag const XRayImageReceptorTranslation(0x3002, 0x000d)
odil
Definition: Association.h:25
odil::registry::FluenceDataScale
Tag const FluenceDataScale(0x3002, 0x0042)
odil::registry::RadiationMachineName
Tag const RadiationMachineName(0x3002, 0x0020)
odil::registry::RTImageName
Tag const RTImageName(0x3002, 0x0003)
odil::registry::RTImageSID
Tag const RTImageSID(0x3002, 0x0026)
odil::registry::RTImagePosition
Tag const RTImagePosition(0x3002, 0x0012)
odil::registry::RadiationMachineSSD
Tag const RadiationMachineSSD(0x3002, 0x0024)
odil::Tag
A DICOM element tag.
Definition: Tag.h:25
odil.h
odil::registry::FluenceDataSource
Tag const FluenceDataSource(0x3002, 0x0041)
odil::registry::SourceToReferenceObjectDistance
Tag const SourceToReferenceObjectDistance(0x3002, 0x0028)
Tag.h
odil::registry::RTImageLabel
Tag const RTImageLabel(0x3002, 0x0002)
odil::registry::RadiationMachineSAD
Tag const RadiationMachineSAD(0x3002, 0x0022)
odil::registry::FluenceMapSequence
Tag const FluenceMapSequence(0x3002, 0x0040)
odil::registry::XRayImageReceptorAngle
Tag const XRayImageReceptorAngle(0x3002, 0x000e)
odil::registry::MetersetExposure
Tag const MetersetExposure(0x3002, 0x0032)
odil::registry::ImagePlanePixelSpacing
Tag const ImagePlanePixelSpacing(0x3002, 0x0011)
odil::registry::PrimaryFluenceModeSequence
Tag const PrimaryFluenceModeSequence(0x3002, 0x0050)
odil::registry::FluenceModeID
Tag const FluenceModeID(0x3002, 0x0052)
odil::registry::RTImagePlane
Tag const RTImagePlane(0x3002, 0x000c)
odil::registry::FluenceMode
Tag const FluenceMode(0x3002, 0x0051)
odil::registry::DiaphragmPosition
Tag const DiaphragmPosition(0x3002, 0x0034)