Odil
A C++11 library for the DICOM standard
registry_2040.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_2040
10#define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_2040
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 ReferencedOverlayPlaneSequence(0x2040, 0x0010);
24Tag const ReferencedOverlayPlaneGroups(0x2040, 0x0011);
25Tag const OverlayPixelDataSequence(0x2040, 0x0020);
26Tag const OverlayMagnificationType(0x2040, 0x0060);
27Tag const OverlaySmoothingType(0x2040, 0x0070);
28Tag const OverlayOrImageMagnification(0x2040, 0x0072);
29Tag const MagnifyToNumberOfColumns(0x2040, 0x0074);
30Tag const OverlayForegroundDensity(0x2040, 0x0080);
31Tag const OverlayBackgroundDensity(0x2040, 0x0082);
32Tag const OverlayMode(0x2040, 0x0090);
33Tag const ThresholdDensity(0x2040, 0x0100);
35
36}
37
38}
39
40#endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_2040
A DICOM element tag.
Definition: Tag.h:26
Tag const ThresholdDensity(0x2040, 0x0100)
Tag const OverlaySmoothingType(0x2040, 0x0070)
Tag const OverlayMode(0x2040, 0x0090)
Tag const OverlayForegroundDensity(0x2040, 0x0080)
Tag const OverlayBackgroundDensity(0x2040, 0x0082)
Tag const ReferencedOverlayPlaneSequence(0x2040, 0x0010)
Tag const ReferencedImageBoxSequenceRetired(0x2040, 0x0500)
Tag const MagnifyToNumberOfColumns(0x2040, 0x0074)
Tag const OverlayMagnificationType(0x2040, 0x0060)
Tag const OverlayOrImageMagnification(0x2040, 0x0072)
Tag const OverlayPixelDataSequence(0x2040, 0x0020)
Tag const ReferencedOverlayPlaneGroups(0x2040, 0x0011)
Definition: Association.h:25