Odil
A C++11 library for the DICOM standard
registry_003a.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_003a
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_003a
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 WaveformOriginality(0x003a, 0x0004);
24 Tag const NumberOfWaveformChannels(0x003a, 0x0005);
25 Tag const NumberOfWaveformSamples(0x003a, 0x0010);
26 Tag const SamplingFrequency(0x003a, 0x001a);
27 Tag const MultiplexGroupLabel(0x003a, 0x0020);
28 Tag const ChannelDefinitionSequence(0x003a, 0x0200);
29 Tag const WaveformChannelNumber(0x003a, 0x0202);
30 Tag const ChannelLabel(0x003a, 0x0203);
31 Tag const ChannelStatus(0x003a, 0x0205);
32 Tag const ChannelSourceSequence(0x003a, 0x0208);
33 Tag const ChannelSourceModifiersSequence(0x003a, 0x0209);
34 Tag const SourceWaveformSequence(0x003a, 0x020a);
35 Tag const ChannelDerivationDescription(0x003a, 0x020c);
36 Tag const ChannelSensitivity(0x003a, 0x0210);
37 Tag const ChannelSensitivityUnitsSequence(0x003a, 0x0211);
38 Tag const ChannelSensitivityCorrectionFactor(0x003a, 0x0212);
39 Tag const ChannelBaseline(0x003a, 0x0213);
40 Tag const ChannelTimeSkew(0x003a, 0x0214);
41 Tag const ChannelSampleSkew(0x003a, 0x0215);
42 Tag const ChannelOffset(0x003a, 0x0218);
43 Tag const WaveformBitsStored(0x003a, 0x021a);
44 Tag const FilterLowFrequency(0x003a, 0x0220);
45 Tag const FilterHighFrequency(0x003a, 0x0221);
46 Tag const NotchFilterFrequency(0x003a, 0x0222);
47 Tag const NotchFilterBandwidth(0x003a, 0x0223);
48 Tag const WaveformDataDisplayScale(0x003a, 0x0230);
49 Tag const WaveformDisplayBackgroundCIELabValue(0x003a, 0x0231);
50 Tag const WaveformPresentationGroupSequence(0x003a, 0x0240);
51 Tag const PresentationGroupNumber(0x003a, 0x0241);
52 Tag const ChannelDisplaySequence(0x003a, 0x0242);
53 Tag const ChannelRecommendedDisplayCIELabValue(0x003a, 0x0244);
54 Tag const ChannelPosition(0x003a, 0x0245);
55 Tag const DisplayShadingFlag(0x003a, 0x0246);
56 Tag const FractionalChannelDisplayScale(0x003a, 0x0247);
57 Tag const AbsoluteChannelDisplayScale(0x003a, 0x0248);
58 Tag const MultiplexedAudioChannelsDescriptionCodeSequence(0x003a, 0x0300);
59 Tag const ChannelIdentificationCode(0x003a, 0x0301);
60 Tag const ChannelMode(0x003a, 0x0302);
61 
62 }
63 
64 }
65 
66 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_003a
odil::registry::FractionalChannelDisplayScale
const Tag FractionalChannelDisplayScale(0x003a, 0x0247)
odil::registry::ChannelSampleSkew
const Tag ChannelSampleSkew(0x003a, 0x0215)
odil::registry::ChannelMode
const Tag ChannelMode(0x003a, 0x0302)
odil::registry::SourceWaveformSequence
const Tag SourceWaveformSequence(0x003a, 0x020a)
odil::registry::ChannelSourceModifiersSequence
const Tag ChannelSourceModifiersSequence(0x003a, 0x0209)
odil::registry::WaveformChannelNumber
const Tag WaveformChannelNumber(0x003a, 0x0202)
odil::registry::ChannelSourceSequence
const Tag ChannelSourceSequence(0x003a, 0x0208)
odil::registry::ChannelDerivationDescription
const Tag ChannelDerivationDescription(0x003a, 0x020c)
odil
Definition: Association.h:24
odil::registry::DisplayShadingFlag
const Tag DisplayShadingFlag(0x003a, 0x0246)
odil::registry::MultiplexedAudioChannelsDescriptionCodeSequence
const Tag MultiplexedAudioChannelsDescriptionCodeSequence(0x003a, 0x0300)
odil::registry::AbsoluteChannelDisplayScale
const Tag AbsoluteChannelDisplayScale(0x003a, 0x0248)
odil::registry::ChannelStatus
const Tag ChannelStatus(0x003a, 0x0205)
odil::registry::ChannelIdentificationCode
const Tag ChannelIdentificationCode(0x003a, 0x0301)
odil::registry::MultiplexGroupLabel
const Tag MultiplexGroupLabel(0x003a, 0x0020)
odil::registry::ChannelOffset
const Tag ChannelOffset(0x003a, 0x0218)
odil::registry::PresentationGroupNumber
const Tag PresentationGroupNumber(0x003a, 0x0241)
odil::registry::NotchFilterFrequency
const Tag NotchFilterFrequency(0x003a, 0x0222)
odil.h
odil::registry::ChannelPosition
const Tag ChannelPosition(0x003a, 0x0245)
odil::registry::WaveformDataDisplayScale
const Tag WaveformDataDisplayScale(0x003a, 0x0230)
odil::registry::ChannelSensitivityCorrectionFactor
const Tag ChannelSensitivityCorrectionFactor(0x003a, 0x0212)
Tag.h
odil::registry::WaveformOriginality
const Tag WaveformOriginality(0x003a, 0x0004)
odil::registry::ChannelLabel
const Tag ChannelLabel(0x003a, 0x0203)
odil::registry::WaveformBitsStored
const Tag WaveformBitsStored(0x003a, 0x021a)
odil::registry::SamplingFrequency
const Tag SamplingFrequency(0x003a, 0x001a)
odil::registry::ChannelSensitivity
const Tag ChannelSensitivity(0x003a, 0x0210)
odil::registry::ChannelTimeSkew
const Tag ChannelTimeSkew(0x003a, 0x0214)
odil::registry::WaveformDisplayBackgroundCIELabValue
const Tag WaveformDisplayBackgroundCIELabValue(0x003a, 0x0231)
odil::registry::ChannelDisplaySequence
const Tag ChannelDisplaySequence(0x003a, 0x0242)
odil::registry::ChannelRecommendedDisplayCIELabValue
const Tag ChannelRecommendedDisplayCIELabValue(0x003a, 0x0244)
odil::registry::WaveformPresentationGroupSequence
const Tag WaveformPresentationGroupSequence(0x003a, 0x0240)
odil::registry::FilterLowFrequency
const Tag FilterLowFrequency(0x003a, 0x0220)
odil::registry::NumberOfWaveformSamples
const Tag NumberOfWaveformSamples(0x003a, 0x0010)
odil::registry::NotchFilterBandwidth
const Tag NotchFilterBandwidth(0x003a, 0x0223)
odil::registry::FilterHighFrequency
const Tag FilterHighFrequency(0x003a, 0x0221)
odil::registry::ChannelSensitivityUnitsSequence
const Tag ChannelSensitivityUnitsSequence(0x003a, 0x0211)
odil::registry::ChannelDefinitionSequence
const Tag ChannelDefinitionSequence(0x003a, 0x0200)
odil::registry::NumberOfWaveformChannels
const Tag NumberOfWaveformChannels(0x003a, 0x0005)
odil::registry::ChannelBaseline
const Tag ChannelBaseline(0x003a, 0x0213)