Odil
A C++11 library for the DICOM standard
registry_7fe0.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_7fe0
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_7fe0
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 ExtendedOffsetTable(0x7fe0, 0x0001);
24 Tag const ExtendedOffsetTableLengths(0x7fe0, 0x0002);
25 Tag const FloatPixelData(0x7fe0, 0x0008);
26 Tag const DoubleFloatPixelData(0x7fe0, 0x0009);
27 Tag const PixelData(0x7fe0, 0x0010);
28 Tag const CoefficientsSDVN(0x7fe0, 0x0020);
29 Tag const CoefficientsSDHN(0x7fe0, 0x0030);
30 Tag const CoefficientsSDDN(0x7fe0, 0x0040);
31 
32 }
33 
34 }
35 
36 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_7fe0
odil::registry::CoefficientsSDVN
const Tag CoefficientsSDVN(0x7fe0, 0x0020)
odil::registry::CoefficientsSDHN
const Tag CoefficientsSDHN(0x7fe0, 0x0030)
odil
Definition: Association.h:24
odil::registry::CoefficientsSDDN
const Tag CoefficientsSDDN(0x7fe0, 0x0040)
odil::registry::FloatPixelData
const Tag FloatPixelData(0x7fe0, 0x0008)
odil.h
Tag.h
odil::registry::DoubleFloatPixelData
const Tag DoubleFloatPixelData(0x7fe0, 0x0009)
odil::registry::PixelData
const Tag PixelData(0x7fe0, 0x0010)
odil::registry::ExtendedOffsetTable
const Tag ExtendedOffsetTable(0x7fe0, 0x0001)
odil::registry::ExtendedOffsetTableLengths
const Tag ExtendedOffsetTableLengths(0x7fe0, 0x0002)