Odil
A C++11 library for the DICOM standard
registry_5400.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_5400
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_5400
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 WaveformSequence(0x5400, 0x0100);
24 Tag const ChannelMinimumValue(0x5400, 0x0110);
25 Tag const ChannelMaximumValue(0x5400, 0x0112);
26 Tag const WaveformBitsAllocated(0x5400, 0x1004);
27 Tag const WaveformSampleInterpretation(0x5400, 0x1006);
28 Tag const WaveformPaddingValue(0x5400, 0x100a);
29 Tag const WaveformData(0x5400, 0x1010);
30 
31 }
32 
33 }
34 
35 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_5400
odil::registry::WaveformPaddingValue
const Tag WaveformPaddingValue(0x5400, 0x100a)
odil
Definition: Association.h:23
odil::registry::WaveformData
const Tag WaveformData(0x5400, 0x1010)
odil::registry::WaveformSampleInterpretation
const Tag WaveformSampleInterpretation(0x5400, 0x1006)
odil::registry::ChannelMaximumValue
const Tag ChannelMaximumValue(0x5400, 0x0112)
odil.h
Tag.h
odil::registry::ChannelMinimumValue
const Tag ChannelMinimumValue(0x5400, 0x0110)
odil::registry::WaveformSequence
const Tag WaveformSequence(0x5400, 0x0100)
odil::registry::WaveformBitsAllocated
const Tag WaveformBitsAllocated(0x5400, 0x1004)