Odil
A C++11 library for the DICOM standard
registry_2200.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_2200
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_2200
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 LabelUsingInformationExtractedFromInstances(0x2200, 0x0001);
24 Tag const LabelText(0x2200, 0x0002);
25 Tag const LabelStyleSelection(0x2200, 0x0003);
26 Tag const MediaDisposition(0x2200, 0x0004);
27 Tag const BarcodeValue(0x2200, 0x0005);
28 Tag const BarcodeSymbology(0x2200, 0x0006);
29 Tag const AllowMediaSplitting(0x2200, 0x0007);
30 Tag const IncludeNonDICOMObjects(0x2200, 0x0008);
31 Tag const IncludeDisplayApplication(0x2200, 0x0009);
32 Tag const PreserveCompositeInstancesAfterMediaCreation(0x2200, 0x000a);
33 Tag const TotalNumberOfPiecesOfMediaCreated(0x2200, 0x000b);
34 Tag const RequestedMediaApplicationProfile(0x2200, 0x000c);
35 Tag const ReferencedStorageMediaSequence(0x2200, 0x000d);
36 Tag const FailureAttributes(0x2200, 0x000e);
37 Tag const AllowLossyCompression(0x2200, 0x000f);
38 Tag const RequestPriority(0x2200, 0x0020);
39 
40 }
41 
42 }
43 
44 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_2200
odil::registry::BarcodeValue
const Tag BarcodeValue(0x2200, 0x0005)
odil::registry::LabelUsingInformationExtractedFromInstances
const Tag LabelUsingInformationExtractedFromInstances(0x2200, 0x0001)
odil::registry::FailureAttributes
const Tag FailureAttributes(0x2200, 0x000e)
odil::registry::IncludeDisplayApplication
const Tag IncludeDisplayApplication(0x2200, 0x0009)
odil::registry::MediaDisposition
const Tag MediaDisposition(0x2200, 0x0004)
odil
Definition: Association.h:23
odil::registry::ReferencedStorageMediaSequence
const Tag ReferencedStorageMediaSequence(0x2200, 0x000d)
odil::registry::IncludeNonDICOMObjects
const Tag IncludeNonDICOMObjects(0x2200, 0x0008)
odil::registry::BarcodeSymbology
const Tag BarcodeSymbology(0x2200, 0x0006)
odil::registry::LabelStyleSelection
const Tag LabelStyleSelection(0x2200, 0x0003)
odil.h
odil::registry::LabelText
const Tag LabelText(0x2200, 0x0002)
odil::registry::RequestPriority
const Tag RequestPriority(0x2200, 0x0020)
Tag.h
odil::registry::AllowLossyCompression
const Tag AllowLossyCompression(0x2200, 0x000f)
odil::registry::TotalNumberOfPiecesOfMediaCreated
const Tag TotalNumberOfPiecesOfMediaCreated(0x2200, 0x000b)
odil::registry::RequestedMediaApplicationProfile
const Tag RequestedMediaApplicationProfile(0x2200, 0x000c)
odil::registry::AllowMediaSplitting
const Tag AllowMediaSplitting(0x2200, 0x0007)
odil::registry::PreserveCompositeInstancesAfterMediaCreation
const Tag PreserveCompositeInstancesAfterMediaCreation(0x2200, 0x000a)