Odil
A C++11 library for the DICOM standard
registry_2000.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_2000
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_2000
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 NumberOfCopies(0x2000, 0x0010);
24 Tag const PrinterConfigurationSequence(0x2000, 0x001e);
25 Tag const PrintPriority(0x2000, 0x0020);
26 Tag const MediumType(0x2000, 0x0030);
27 Tag const FilmDestination(0x2000, 0x0040);
28 Tag const FilmSessionLabel(0x2000, 0x0050);
29 Tag const MemoryAllocation(0x2000, 0x0060);
30 Tag const MaximumMemoryAllocation(0x2000, 0x0061);
31 Tag const ColorImagePrintingFlag(0x2000, 0x0062);
32 Tag const CollationFlag(0x2000, 0x0063);
33 Tag const AnnotationFlag(0x2000, 0x0065);
34 Tag const ImageOverlayFlag(0x2000, 0x0067);
35 Tag const PresentationLUTFlag(0x2000, 0x0069);
36 Tag const ImageBoxPresentationLUTFlag(0x2000, 0x006a);
37 Tag const MemoryBitDepth(0x2000, 0x00a0);
38 Tag const PrintingBitDepth(0x2000, 0x00a1);
39 Tag const MediaInstalledSequence(0x2000, 0x00a2);
40 Tag const OtherMediaAvailableSequence(0x2000, 0x00a4);
42 Tag const ReferencedFilmBoxSequence(0x2000, 0x0500);
43 Tag const ReferencedStoredPrintSequence(0x2000, 0x0510);
44 
45 }
46 
47 }
48 
49 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_2000
A DICOM element tag.
Definition: Tag.h:25
Tag const ReferencedStoredPrintSequence(0x2000, 0x0510)
Tag const MemoryAllocation(0x2000, 0x0060)
Tag const SupportedImageDisplayFormatsSequence(0x2000, 0x00a8)
Tag const ImageBoxPresentationLUTFlag(0x2000, 0x006a)
Tag const PrintingBitDepth(0x2000, 0x00a1)
Tag const AnnotationFlag(0x2000, 0x0065)
Tag const FilmSessionLabel(0x2000, 0x0050)
Tag const MediumType(0x2000, 0x0030)
Tag const MaximumMemoryAllocation(0x2000, 0x0061)
Tag const ColorImagePrintingFlag(0x2000, 0x0062)
Tag const MediaInstalledSequence(0x2000, 0x00a2)
Tag const OtherMediaAvailableSequence(0x2000, 0x00a4)
Tag const MemoryBitDepth(0x2000, 0x00a0)
Tag const CollationFlag(0x2000, 0x0063)
Tag const PrintPriority(0x2000, 0x0020)
Tag const ImageOverlayFlag(0x2000, 0x0067)
Tag const PresentationLUTFlag(0x2000, 0x0069)
Tag const FilmDestination(0x2000, 0x0040)
Tag const PrinterConfigurationSequence(0x2000, 0x001e)
Tag const ReferencedFilmBoxSequence(0x2000, 0x0500)
Tag const NumberOfCopies(0x2000, 0x0010)
Definition: Association.h:25