Odil
A C++11 library for the DICOM standard
registry_0032.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_0032
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0032
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 StudyStatusID(0x0032, 0x000a);
24 Tag const StudyPriorityID(0x0032, 0x000c);
25 Tag const StudyIDIssuer(0x0032, 0x0012);
26 Tag const StudyVerifiedDate(0x0032, 0x0032);
27 Tag const StudyVerifiedTime(0x0032, 0x0033);
28 Tag const StudyReadDate(0x0032, 0x0034);
29 Tag const StudyReadTime(0x0032, 0x0035);
30 Tag const ScheduledStudyStartDate(0x0032, 0x1000);
31 Tag const ScheduledStudyStartTime(0x0032, 0x1001);
32 Tag const ScheduledStudyStopDate(0x0032, 0x1010);
33 Tag const ScheduledStudyStopTime(0x0032, 0x1011);
34 Tag const ScheduledStudyLocation(0x0032, 0x1020);
35 Tag const ScheduledStudyLocationAETitle(0x0032, 0x1021);
36 Tag const ReasonForStudy(0x0032, 0x1030);
37 Tag const RequestingPhysicianIdentificationSequence(0x0032, 0x1031);
38 Tag const RequestingPhysician(0x0032, 0x1032);
39 Tag const RequestingService(0x0032, 0x1033);
40 Tag const RequestingServiceCodeSequence(0x0032, 0x1034);
41 Tag const StudyArrivalDate(0x0032, 0x1040);
42 Tag const StudyArrivalTime(0x0032, 0x1041);
43 Tag const StudyCompletionDate(0x0032, 0x1050);
44 Tag const StudyCompletionTime(0x0032, 0x1051);
45 Tag const StudyComponentStatusID(0x0032, 0x1055);
46 Tag const RequestedProcedureDescription(0x0032, 0x1060);
47 Tag const RequestedProcedureCodeSequence(0x0032, 0x1064);
48 Tag const RequestedContrastAgent(0x0032, 0x1070);
49 Tag const StudyComments(0x0032, 0x4000);
50 
51 }
52 
53 }
54 
55 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0032
Tag const ReasonForStudy(0x0032, 0x1030)
Tag const StudyVerifiedDate(0x0032, 0x0032)
Tag const RequestedContrastAgent(0x0032, 0x1070)
Tag const StudyComments(0x0032, 0x4000)
Tag const StudyReadTime(0x0032, 0x0035)
Tag const ScheduledStudyStartDate(0x0032, 0x1000)
Tag const StudyCompletionDate(0x0032, 0x1050)
Tag const RequestingPhysicianIdentificationSequence(0x0032, 0x1031)
Tag const ScheduledStudyStopDate(0x0032, 0x1010)
Definition: Association.h:24
Tag const StudyPriorityID(0x0032, 0x000c)
Tag const StudyIDIssuer(0x0032, 0x0012)
Tag const StudyVerifiedTime(0x0032, 0x0033)
Tag const StudyArrivalTime(0x0032, 0x1041)
Tag const RequestedProcedureCodeSequence(0x0032, 0x1064)
Tag const StudyStatusID(0x0032, 0x000a)
Tag const StudyReadDate(0x0032, 0x0034)
Tag const RequestingPhysician(0x0032, 0x1032)
Tag const ScheduledStudyStartTime(0x0032, 0x1001)
Tag const RequestedProcedureDescription(0x0032, 0x1060)
Tag const ScheduledStudyStopTime(0x0032, 0x1011)
Tag const ScheduledStudyLocation(0x0032, 0x1020)
Tag const ScheduledStudyLocationAETitle(0x0032, 0x1021)
Tag const StudyComponentStatusID(0x0032, 0x1055)
Tag const RequestingService(0x0032, 0x1033)
Tag const RequestingServiceCodeSequence(0x0032, 0x1034)
Tag const StudyArrivalDate(0x0032, 0x1040)
Tag const StudyCompletionTime(0x0032, 0x1051)