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