Odil
A C++11 library for the DICOM standard
registry_0048.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_0048
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0048
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 ImagedVolumeWidth(0x0048, 0x0001);
24 Tag const ImagedVolumeHeight(0x0048, 0x0002);
25 Tag const ImagedVolumeDepth(0x0048, 0x0003);
26 Tag const TotalPixelMatrixColumns(0x0048, 0x0006);
27 Tag const TotalPixelMatrixRows(0x0048, 0x0007);
28 Tag const TotalPixelMatrixOriginSequence(0x0048, 0x0008);
29 Tag const SpecimenLabelInImage(0x0048, 0x0010);
30 Tag const FocusMethod(0x0048, 0x0011);
31 Tag const ExtendedDepthOfField(0x0048, 0x0012);
32 Tag const NumberOfFocalPlanes(0x0048, 0x0013);
33 Tag const DistanceBetweenFocalPlanes(0x0048, 0x0014);
34 Tag const RecommendedAbsentPixelCIELabValue(0x0048, 0x0015);
35 Tag const IlluminatorTypeCodeSequence(0x0048, 0x0100);
36 Tag const ImageOrientationSlide(0x0048, 0x0102);
37 Tag const OpticalPathSequence(0x0048, 0x0105);
38 Tag const OpticalPathIdentifier(0x0048, 0x0106);
39 Tag const OpticalPathDescription(0x0048, 0x0107);
40 Tag const IlluminationColorCodeSequence(0x0048, 0x0108);
41 Tag const SpecimenReferenceSequence(0x0048, 0x0110);
42 Tag const CondenserLensPower(0x0048, 0x0111);
43 Tag const ObjectiveLensPower(0x0048, 0x0112);
44 Tag const ObjectiveLensNumericalAperture(0x0048, 0x0113);
45 Tag const PaletteColorLookupTableSequence(0x0048, 0x0120);
46 Tag const ReferencedImageNavigationSequence(0x0048, 0x0200);
47 Tag const TopLeftHandCornerOfLocalizerArea(0x0048, 0x0201);
48 Tag const BottomRightHandCornerOfLocalizerArea(0x0048, 0x0202);
49 Tag const OpticalPathIdentificationSequence(0x0048, 0x0207);
50 Tag const PlanePositionSlideSequence(0x0048, 0x021a);
51 Tag const ColumnPositionInTotalImagePixelMatrix(0x0048, 0x021e);
52 Tag const RowPositionInTotalImagePixelMatrix(0x0048, 0x021f);
53 Tag const PixelOriginInterpretation(0x0048, 0x0301);
54 Tag const NumberOfOpticalPaths(0x0048, 0x0302);
55 Tag const TotalPixelMatrixFocalPlanes(0x0048, 0x0303);
56 
57 }
58 
59 }
60 
61 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0048
Tag const NumberOfOpticalPaths(0x0048, 0x0302)
Tag const BottomRightHandCornerOfLocalizerArea(0x0048, 0x0202)
Tag const TopLeftHandCornerOfLocalizerArea(0x0048, 0x0201)
Tag const ImagedVolumeHeight(0x0048, 0x0002)
Tag const NumberOfFocalPlanes(0x0048, 0x0013)
Tag const IlluminatorTypeCodeSequence(0x0048, 0x0100)
Tag const ImagedVolumeDepth(0x0048, 0x0003)
Tag const ObjectiveLensPower(0x0048, 0x0112)
Tag const OpticalPathDescription(0x0048, 0x0107)
Tag const TotalPixelMatrixOriginSequence(0x0048, 0x0008)
Tag const PixelOriginInterpretation(0x0048, 0x0301)
Tag const OpticalPathIdentifier(0x0048, 0x0106)
Tag const ImagedVolumeWidth(0x0048, 0x0001)
Tag const ObjectiveLensNumericalAperture(0x0048, 0x0113)
Tag const PlanePositionSlideSequence(0x0048, 0x021a)
Tag const RecommendedAbsentPixelCIELabValue(0x0048, 0x0015)
Tag const SpecimenLabelInImage(0x0048, 0x0010)
Tag const OpticalPathIdentificationSequence(0x0048, 0x0207)
Tag const ColumnPositionInTotalImagePixelMatrix(0x0048, 0x021e)
Tag const PaletteColorLookupTableSequence(0x0048, 0x0120)
Definition: Association.h:24
Tag const ExtendedDepthOfField(0x0048, 0x0012)
Tag const ReferencedImageNavigationSequence(0x0048, 0x0200)
Tag const IlluminationColorCodeSequence(0x0048, 0x0108)
Tag const DistanceBetweenFocalPlanes(0x0048, 0x0014)
Tag const OpticalPathSequence(0x0048, 0x0105)
Tag const FocusMethod(0x0048, 0x0011)
Tag const SpecimenReferenceSequence(0x0048, 0x0110)
Tag const ImageOrientationSlide(0x0048, 0x0102)
Tag const TotalPixelMatrixColumns(0x0048, 0x0006)
Tag const TotalPixelMatrixRows(0x0048, 0x0007)
Tag const RowPositionInTotalImagePixelMatrix(0x0048, 0x021f)
Tag const CondenserLensPower(0x0048, 0x0111)
Tag const TotalPixelMatrixFocalPlanes(0x0048, 0x0303)