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