Odil
A C++11 library for the DICOM standard
registry_2020.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_2020
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_2020
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 ImageBoxPosition(0x2020, 0x0010);
24 Tag const Polarity(0x2020, 0x0020);
25 Tag const RequestedImageSize(0x2020, 0x0030);
26 Tag const RequestedDecimateCropBehavior(0x2020, 0x0040);
27 Tag const RequestedResolutionID(0x2020, 0x0050);
28 Tag const RequestedImageSizeFlag(0x2020, 0x00a0);
29 Tag const DecimateCropResult(0x2020, 0x00a2);
30 Tag const BasicGrayscaleImageSequence(0x2020, 0x0110);
31 Tag const BasicColorImageSequence(0x2020, 0x0111);
32 Tag const ReferencedImageOverlayBoxSequence(0x2020, 0x0130);
33 Tag const ReferencedVOILUTBoxSequence(0x2020, 0x0140);
34 
35 }
36 
37 }
38 
39 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_2020
A DICOM element tag.
Definition: Tag.h:25
Tag const BasicGrayscaleImageSequence(0x2020, 0x0110)
Tag const RequestedImageSize(0x2020, 0x0030)
Tag const ImageBoxPosition(0x2020, 0x0010)
Tag const RequestedDecimateCropBehavior(0x2020, 0x0040)
Tag const RequestedResolutionID(0x2020, 0x0050)
Tag const RequestedImageSizeFlag(0x2020, 0x00a0)
Tag const Polarity(0x2020, 0x0020)
Tag const ReferencedImageOverlayBoxSequence(0x2020, 0x0130)
Tag const BasicColorImageSequence(0x2020, 0x0111)
Tag const DecimateCropResult(0x2020, 0x00a2)
Tag const ReferencedVOILUTBoxSequence(0x2020, 0x0140)
Definition: Association.h:25