Odil
A C++11 library for the DICOM standard
registry_006a.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_006a
10#define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_006a
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 AnnotationCoordinateType(0x006a, 0x0001);
24Tag const AnnotationGroupSequence(0x006a, 0x0002);
25Tag const AnnotationGroupUID(0x006a, 0x0003);
26Tag const AnnotationGroupLabel(0x006a, 0x0005);
27Tag const AnnotationGroupDescription(0x006a, 0x0006);
28Tag const AnnotationGroupGenerationType(0x006a, 0x0007);
33Tag const NumberOfAnnotations(0x006a, 0x000c);
36Tag const AnnotationAppliesToAllZPlanes(0x006a, 0x000f);
37Tag const CommonZCoordinateValue(0x006a, 0x0010);
38Tag const AnnotationIndexList(0x006a, 0x0011);
39
40}
41
42}
43
44#endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_006a
A DICOM element tag.
Definition: Tag.h:26
Tag const CommonZCoordinateValue(0x006a, 0x0010)
Tag const AnnotationGroupDescription(0x006a, 0x0006)
Tag const AnnotationPropertyTypeCodeSequence(0x006a, 0x000a)
Tag const ReferencedOpticalPathIdentifier(0x006a, 0x000e)
Tag const AnnotationGroupAlgorithmIdentificationSequence(0x006a, 0x0008)
Tag const NumberOfAnnotations(0x006a, 0x000c)
Tag const AnnotationIndexList(0x006a, 0x0011)
Tag const AnnotationPropertyTypeModifierCodeSequence(0x006a, 0x000b)
Tag const AnnotationAppliesToAllZPlanes(0x006a, 0x000f)
Tag const AnnotationGroupSequence(0x006a, 0x0002)
Tag const AnnotationGroupLabel(0x006a, 0x0005)
Tag const AnnotationCoordinateType(0x006a, 0x0001)
Tag const AnnotationGroupUID(0x006a, 0x0003)
Tag const AnnotationGroupGenerationType(0x006a, 0x0007)
Tag const AnnotationPropertyCategoryCodeSequence(0x006a, 0x0009)
Tag const AnnotationAppliesToAllOpticalPaths(0x006a, 0x000d)
Definition: Association.h:25