Odil
A C++11 library for the DICOM standard
registry_3004.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_3004
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_3004
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 DVHType(0x3004, 0x0001);
24 Tag const DoseUnits(0x3004, 0x0002);
25 Tag const DoseType(0x3004, 0x0004);
26 Tag const SpatialTransformOfDose(0x3004, 0x0005);
27 Tag const DoseComment(0x3004, 0x0006);
28 Tag const NormalizationPoint(0x3004, 0x0008);
29 Tag const DoseSummationType(0x3004, 0x000a);
30 Tag const GridFrameOffsetVector(0x3004, 0x000c);
31 Tag const DoseGridScaling(0x3004, 0x000e);
32 Tag const RTDoseROISequence(0x3004, 0x0010);
33 Tag const DoseValue(0x3004, 0x0012);
34 Tag const TissueHeterogeneityCorrection(0x3004, 0x0014);
35 Tag const DVHNormalizationPoint(0x3004, 0x0040);
36 Tag const DVHNormalizationDoseValue(0x3004, 0x0042);
37 Tag const DVHSequence(0x3004, 0x0050);
38 Tag const DVHDoseScaling(0x3004, 0x0052);
39 Tag const DVHVolumeUnits(0x3004, 0x0054);
40 Tag const DVHNumberOfBins(0x3004, 0x0056);
41 Tag const DVHData(0x3004, 0x0058);
42 Tag const DVHReferencedROISequence(0x3004, 0x0060);
43 Tag const DVHROIContributionType(0x3004, 0x0062);
44 Tag const DVHMinimumDose(0x3004, 0x0070);
45 Tag const DVHMaximumDose(0x3004, 0x0072);
46 Tag const DVHMeanDose(0x3004, 0x0074);
47 
48 }
49 
50 }
51 
52 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_3004
Tag const DoseSummationType(0x3004, 0x000a)
Tag const DoseComment(0x3004, 0x0006)
Tag const DVHMinimumDose(0x3004, 0x0070)
Tag const DVHDoseScaling(0x3004, 0x0052)
Definition: Association.h:24
Tag const RTDoseROISequence(0x3004, 0x0010)
Tag const TissueHeterogeneityCorrection(0x3004, 0x0014)
Tag const DVHReferencedROISequence(0x3004, 0x0060)
Tag const DVHROIContributionType(0x3004, 0x0062)
Tag const DoseGridScaling(0x3004, 0x000e)
Tag const GridFrameOffsetVector(0x3004, 0x000c)
Tag const NormalizationPoint(0x3004, 0x0008)
Tag const DVHMaximumDose(0x3004, 0x0072)
Tag const DVHType(0x3004, 0x0001)
Tag const DoseType(0x3004, 0x0004)
Tag const DVHNormalizationDoseValue(0x3004, 0x0042)
Tag const DVHNormalizationPoint(0x3004, 0x0040)
Tag const DVHNumberOfBins(0x3004, 0x0056)
Tag const SpatialTransformOfDose(0x3004, 0x0005)
Tag const DoseUnits(0x3004, 0x0002)
Tag const DVHSequence(0x3004, 0x0050)
Tag const DVHData(0x3004, 0x0058)
Tag const DVHMeanDose(0x3004, 0x0074)
Tag const DVHVolumeUnits(0x3004, 0x0054)
Tag const DoseValue(0x3004, 0x0012)