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