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