Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
registry_0050.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_0050
10#define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0050
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 CalibrationImage(0x0050, 0x0004);
24Tag const DeviceSequence(0x0050, 0x0010);
26Tag const ContainerComponentThickness(0x0050, 0x0013);
27Tag const DeviceLength(0x0050, 0x0014);
28Tag const ContainerComponentWidth(0x0050, 0x0015);
29Tag const DeviceDiameter(0x0050, 0x0016);
30Tag const DeviceDiameterUnits(0x0050, 0x0017);
31Tag const DeviceVolume(0x0050, 0x0018);
32Tag const InterMarkerDistance(0x0050, 0x0019);
33Tag const ContainerComponentMaterial(0x0050, 0x001a);
34Tag const ContainerComponentID(0x0050, 0x001b);
35Tag const ContainerComponentLength(0x0050, 0x001c);
36Tag const ContainerComponentDiameter(0x0050, 0x001d);
37Tag const ContainerComponentDescription(0x0050, 0x001e);
38Tag const DeviceDescription(0x0050, 0x0020);
39Tag const LongDeviceDescription(0x0050, 0x0021);
40
41}
42
43}
44
45#endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0050
A DICOM element tag.
Definition Tag.h:26
Tag const CalibrationImage(0x0050, 0x0004)
Tag const InterMarkerDistance(0x0050, 0x0019)
Tag const ContainerComponentThickness(0x0050, 0x0013)
Tag const ContainerComponentMaterial(0x0050, 0x001a)
Tag const DeviceSequence(0x0050, 0x0010)
Tag const ContainerComponentLength(0x0050, 0x001c)
Tag const DeviceDescription(0x0050, 0x0020)
Tag const ContainerComponentDescription(0x0050, 0x001e)
Tag const DeviceVolume(0x0050, 0x0018)
Tag const DeviceLength(0x0050, 0x0014)
Tag const DeviceDiameter(0x0050, 0x0016)
Tag const ContainerComponentID(0x0050, 0x001b)
Tag const ContainerComponentWidth(0x0050, 0x0015)
Tag const DeviceDiameterUnits(0x0050, 0x0017)
Tag const ContainerComponentDiameter(0x0050, 0x001d)
Tag const ContainerComponentTypeCodeSequence(0x0050, 0x0012)
Tag const LongDeviceDescription(0x0050, 0x0021)
Definition Association.h:25