Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
registry_2100.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_2100
10#define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_2100
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 PrintJobID(0x2100, 0x0010);
24Tag const ExecutionStatus(0x2100, 0x0020);
25Tag const ExecutionStatusInfo(0x2100, 0x0030);
26Tag const CreationDate(0x2100, 0x0040);
27Tag const CreationTime(0x2100, 0x0050);
28Tag const Originator(0x2100, 0x0070);
29Tag const DestinationAE(0x2100, 0x0140);
30Tag const OwnerID(0x2100, 0x0160);
31Tag const NumberOfFilms(0x2100, 0x0170);
33
34}
35
36}
37
38#endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_2100
A DICOM element tag.
Definition Tag.h:26
Tag const ExecutionStatus(0x2100, 0x0020)
Tag const OwnerID(0x2100, 0x0160)
Tag const NumberOfFilms(0x2100, 0x0170)
Tag const ExecutionStatusInfo(0x2100, 0x0030)
Tag const CreationTime(0x2100, 0x0050)
Tag const ReferencedPrintJobSequencePullStoredPrint(0x2100, 0x0500)
Tag const Originator(0x2100, 0x0070)
Tag const PrintJobID(0x2100, 0x0010)
Tag const CreationDate(0x2100, 0x0040)
Tag const DestinationAE(0x2100, 0x0140)
Definition Association.h:25