Odil
A C++11 library for the DICOM standard
registry_0062.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_0062
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0062
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 SegmentationType(0x0062, 0x0001);
24 Tag const SegmentSequence(0x0062, 0x0002);
25 Tag const SegmentedPropertyCategoryCodeSequence(0x0062, 0x0003);
26 Tag const SegmentNumber(0x0062, 0x0004);
27 Tag const SegmentLabel(0x0062, 0x0005);
28 Tag const SegmentDescription(0x0062, 0x0006);
29 Tag const SegmentationAlgorithmIdentificationSequence(0x0062, 0x0007);
30 Tag const SegmentAlgorithmType(0x0062, 0x0008);
31 Tag const SegmentAlgorithmName(0x0062, 0x0009);
32 Tag const SegmentIdentificationSequence(0x0062, 0x000a);
33 Tag const ReferencedSegmentNumber(0x0062, 0x000b);
34 Tag const RecommendedDisplayGrayscaleValue(0x0062, 0x000c);
35 Tag const RecommendedDisplayCIELabValue(0x0062, 0x000d);
36 Tag const MaximumFractionalValue(0x0062, 0x000e);
37 Tag const SegmentedPropertyTypeCodeSequence(0x0062, 0x000f);
38 Tag const SegmentationFractionalType(0x0062, 0x0010);
39 Tag const SegmentedPropertyTypeModifierCodeSequence(0x0062, 0x0011);
40 Tag const UsedSegmentsSequence(0x0062, 0x0012);
41 Tag const SegmentsOverlap(0x0062, 0x0013);
42 Tag const TrackingID(0x0062, 0x0020);
43 Tag const TrackingUID(0x0062, 0x0021);
44 
45 }
46 
47 }
48 
49 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0062
odil::registry::SegmentAlgorithmName
const Tag SegmentAlgorithmName(0x0062, 0x0009)
odil::registry::SegmentLabel
const Tag SegmentLabel(0x0062, 0x0005)
odil::registry::SegmentNumber
const Tag SegmentNumber(0x0062, 0x0004)
odil
Definition: Association.h:24
odil::registry::RecommendedDisplayGrayscaleValue
const Tag RecommendedDisplayGrayscaleValue(0x0062, 0x000c)
odil::registry::UsedSegmentsSequence
const Tag UsedSegmentsSequence(0x0062, 0x0012)
odil::registry::ReferencedSegmentNumber
const Tag ReferencedSegmentNumber(0x0062, 0x000b)
odil::registry::MaximumFractionalValue
const Tag MaximumFractionalValue(0x0062, 0x000e)
odil.h
odil::registry::SegmentedPropertyCategoryCodeSequence
const Tag SegmentedPropertyCategoryCodeSequence(0x0062, 0x0003)
odil::registry::SegmentedPropertyTypeCodeSequence
const Tag SegmentedPropertyTypeCodeSequence(0x0062, 0x000f)
odil::registry::SegmentSequence
const Tag SegmentSequence(0x0062, 0x0002)
Tag.h
odil::registry::SegmentationAlgorithmIdentificationSequence
const Tag SegmentationAlgorithmIdentificationSequence(0x0062, 0x0007)
odil::registry::RecommendedDisplayCIELabValue
const Tag RecommendedDisplayCIELabValue(0x0062, 0x000d)
odil::registry::TrackingID
const Tag TrackingID(0x0062, 0x0020)
odil::registry::SegmentAlgorithmType
const Tag SegmentAlgorithmType(0x0062, 0x0008)
odil::registry::SegmentsOverlap
const Tag SegmentsOverlap(0x0062, 0x0013)
odil::registry::SegmentDescription
const Tag SegmentDescription(0x0062, 0x0006)
odil::registry::SegmentationType
const Tag SegmentationType(0x0062, 0x0001)
odil::registry::TrackingUID
const Tag TrackingUID(0x0062, 0x0021)
odil::registry::SegmentationFractionalType
const Tag SegmentationFractionalType(0x0062, 0x0010)
odil::registry::SegmentedPropertyTypeModifierCodeSequence
const Tag SegmentedPropertyTypeModifierCodeSequence(0x0062, 0x0011)
odil::registry::SegmentIdentificationSequence
const Tag SegmentIdentificationSequence(0x0062, 0x000a)