Odil
A C++11 library for the DICOM standard
registry_0002.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_0002
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0002
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 FileMetaInformationGroupLength(0x0002, 0x0000);
24 Tag const FileMetaInformationVersion(0x0002, 0x0001);
25 Tag const MediaStorageSOPClassUID(0x0002, 0x0002);
26 Tag const MediaStorageSOPInstanceUID(0x0002, 0x0003);
27 Tag const TransferSyntaxUID(0x0002, 0x0010);
28 Tag const ImplementationClassUID(0x0002, 0x0012);
29 Tag const ImplementationVersionName(0x0002, 0x0013);
30 Tag const SourceApplicationEntityTitle(0x0002, 0x0016);
31 Tag const SendingApplicationEntityTitle(0x0002, 0x0017);
32 Tag const ReceivingApplicationEntityTitle(0x0002, 0x0018);
33 Tag const SourcePresentationAddress(0x0002, 0x0026);
34 Tag const SendingPresentationAddress(0x0002, 0x0027);
35 Tag const ReceivingPresentationAddress(0x0002, 0x0028);
36 Tag const RTVMetaInformationVersion(0x0002, 0x0031);
37 Tag const RTVCommunicationSOPClassUID(0x0002, 0x0032);
38 Tag const RTVCommunicationSOPInstanceUID(0x0002, 0x0033);
39 Tag const RTVSourceIdentifier(0x0002, 0x0035);
40 Tag const RTVFlowIdentifier(0x0002, 0x0036);
41 Tag const RTVFlowRTPSamplingRate(0x0002, 0x0037);
42 Tag const RTVFlowActualFrameDuration(0x0002, 0x0038);
43 Tag const PrivateInformationCreatorUID(0x0002, 0x0100);
44 Tag const PrivateInformation(0x0002, 0x0102);
45 
46 }
47 
48 }
49 
50 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0002
A DICOM element tag.
Definition: Tag.h:25
Tag const PrivateInformation(0x0002, 0x0102)
Tag const ReceivingPresentationAddress(0x0002, 0x0028)
Tag const FileMetaInformationVersion(0x0002, 0x0001)
Tag const FileMetaInformationGroupLength(0x0002, 0x0000)
Tag const RTVFlowIdentifier(0x0002, 0x0036)
Tag const RTVFlowActualFrameDuration(0x0002, 0x0038)
Tag const SourceApplicationEntityTitle(0x0002, 0x0016)
Tag const ImplementationVersionName(0x0002, 0x0013)
Tag const MediaStorageSOPInstanceUID(0x0002, 0x0003)
Tag const TransferSyntaxUID(0x0002, 0x0010)
Tag const SendingApplicationEntityTitle(0x0002, 0x0017)
Tag const MediaStorageSOPClassUID(0x0002, 0x0002)
Tag const RTVCommunicationSOPClassUID(0x0002, 0x0032)
Tag const ImplementationClassUID(0x0002, 0x0012)
Tag const SendingPresentationAddress(0x0002, 0x0027)
Tag const PrivateInformationCreatorUID(0x0002, 0x0100)
Tag const RTVCommunicationSOPInstanceUID(0x0002, 0x0033)
Tag const SourcePresentationAddress(0x0002, 0x0026)
Tag const RTVFlowRTPSamplingRate(0x0002, 0x0037)
Tag const ReceivingApplicationEntityTitle(0x0002, 0x0018)
Tag const RTVMetaInformationVersion(0x0002, 0x0031)
Tag const RTVSourceIdentifier(0x0002, 0x0035)
Definition: Association.h:25