Odil
A C++11 library for the DICOM standard
registry_0034.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_0034
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0034
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 FlowIdentifierSequence(0x0034, 0x0001);
24 Tag const FlowIdentifier(0x0034, 0x0002);
25 Tag const FlowTransferSyntaxUID(0x0034, 0x0003);
26 Tag const FlowRTPSamplingRate(0x0034, 0x0004);
27 Tag const SourceIdentifier(0x0034, 0x0005);
28 Tag const FrameOriginTimestamp(0x0034, 0x0007);
29 Tag const IncludesImagingSubject(0x0034, 0x0008);
30 Tag const FrameUsefulnessGroupSequence(0x0034, 0x0009);
31 Tag const RealTimeBulkDataFlowSequence(0x0034, 0x000a);
32 Tag const CameraPositionGroupSequence(0x0034, 0x000b);
33 Tag const IncludesInformation(0x0034, 0x000c);
34 Tag const TimeOfFrameGroupSequence(0x0034, 0x000d);
35 
36 }
37 
38 }
39 
40 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0034
A DICOM element tag.
Definition: Tag.h:25
Tag const FrameOriginTimestamp(0x0034, 0x0007)
Tag const IncludesInformation(0x0034, 0x000c)
Tag const FlowIdentifierSequence(0x0034, 0x0001)
Tag const SourceIdentifier(0x0034, 0x0005)
Tag const RealTimeBulkDataFlowSequence(0x0034, 0x000a)
Tag const TimeOfFrameGroupSequence(0x0034, 0x000d)
Tag const CameraPositionGroupSequence(0x0034, 0x000b)
Tag const FlowTransferSyntaxUID(0x0034, 0x0003)
Tag const FlowRTPSamplingRate(0x0034, 0x0004)
Tag const IncludesImagingSubject(0x0034, 0x0008)
Tag const FrameUsefulnessGroupSequence(0x0034, 0x0009)
Tag const FlowIdentifier(0x0034, 0x0002)
Definition: Association.h:25