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
18namespace odil
19{
20
21namespace registry
22{
23Tag const FileMetaInformationGroupLength(0x0002, 0x0000);
24Tag const FileMetaInformationVersion(0x0002, 0x0001);
25Tag const MediaStorageSOPClassUID(0x0002, 0x0002);
26Tag const MediaStorageSOPInstanceUID(0x0002, 0x0003);
27Tag const TransferSyntaxUID(0x0002, 0x0010);
28Tag const ImplementationClassUID(0x0002, 0x0012);
29Tag const ImplementationVersionName(0x0002, 0x0013);
30Tag const SourceApplicationEntityTitle(0x0002, 0x0016);
31Tag const SendingApplicationEntityTitle(0x0002, 0x0017);
33Tag const SourcePresentationAddress(0x0002, 0x0026);
34Tag const SendingPresentationAddress(0x0002, 0x0027);
35Tag const ReceivingPresentationAddress(0x0002, 0x0028);
36Tag const RTVMetaInformationVersion(0x0002, 0x0031);
37Tag const RTVCommunicationSOPClassUID(0x0002, 0x0032);
38Tag const RTVCommunicationSOPInstanceUID(0x0002, 0x0033);
39Tag const RTVSourceIdentifier(0x0002, 0x0035);
40Tag const RTVFlowIdentifier(0x0002, 0x0036);
41Tag const RTVFlowRTPSamplingRate(0x0002, 0x0037);
42Tag const RTVFlowActualFrameDuration(0x0002, 0x0038);
43Tag const PrivateInformationCreatorUID(0x0002, 0x0100);
44Tag const PrivateInformation(0x0002, 0x0102);
45
46}
47
48}
49
50#endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0002
A DICOM element tag.
Definition: Tag.h:26
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