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);
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 ReasonForVisit(0x0032, 0x1066);
49 Tag const ReasonForVisitCodeSequence(0x0032, 0x1067);
50 Tag const RequestedContrastAgent(0x0032, 0x1070);
51 Tag const StudyComments(0x0032, 0x4000);
52 
53 }
54 
55 }
56 
57 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0032
odil::registry::StudyVerifiedDate
Tag const StudyVerifiedDate(0x0032, 0x0032)
odil::registry::ScheduledStudyLocation
Tag const ScheduledStudyLocation(0x0032, 0x1020)
odil::registry::ScheduledStudyLocationAETitle
Tag const ScheduledStudyLocationAETitle(0x0032, 0x1021)
odil::registry::ScheduledStudyStopDate
Tag const ScheduledStudyStopDate(0x0032, 0x1010)
odil::registry::RequestingServiceCodeSequence
Tag const RequestingServiceCodeSequence(0x0032, 0x1034)
odil::registry::StudyComponentStatusID
Tag const StudyComponentStatusID(0x0032, 0x1055)
odil
Definition: Association.h:25
odil::registry::ScheduledStudyStartTime
Tag const ScheduledStudyStartTime(0x0032, 0x1001)
odil::registry::RequestingPhysician
Tag const RequestingPhysician(0x0032, 0x1032)
odil::registry::StudyIDIssuer
Tag const StudyIDIssuer(0x0032, 0x0012)
odil::Tag
A DICOM element tag.
Definition: Tag.h:25
odil.h
odil::registry::StudyReadTime
Tag const StudyReadTime(0x0032, 0x0035)
odil::registry::ReasonForStudy
Tag const ReasonForStudy(0x0032, 0x1030)
odil::registry::StudyCompletionTime
Tag const StudyCompletionTime(0x0032, 0x1051)
odil::registry::StudyComments
Tag const StudyComments(0x0032, 0x4000)
odil::registry::ScheduledStudyStopTime
Tag const ScheduledStudyStopTime(0x0032, 0x1011)
odil::registry::ReasonForVisitCodeSequence
Tag const ReasonForVisitCodeSequence(0x0032, 0x1067)
Tag.h
odil::registry::StudyPriorityID
Tag const StudyPriorityID(0x0032, 0x000c)
odil::registry::StudyArrivalTime
Tag const StudyArrivalTime(0x0032, 0x1041)
odil::registry::RequestedProcedureDescription
Tag const RequestedProcedureDescription(0x0032, 0x1060)
odil::registry::ScheduledStudyStartDate
Tag const ScheduledStudyStartDate(0x0032, 0x1000)
odil::registry::StudyCompletionDate
Tag const StudyCompletionDate(0x0032, 0x1050)
odil::registry::RequestedProcedureCodeSequence
Tag const RequestedProcedureCodeSequence(0x0032, 0x1064)
odil::registry::ReasonForVisit
Tag const ReasonForVisit(0x0032, 0x1066)
odil::registry::RequestedContrastAgent
Tag const RequestedContrastAgent(0x0032, 0x1070)
odil::registry::StudyVerifiedTime
Tag const StudyVerifiedTime(0x0032, 0x0033)
odil::registry::RequestingService
Tag const RequestingService(0x0032, 0x1033)
odil::registry::StudyReadDate
Tag const StudyReadDate(0x0032, 0x0034)
odil::registry::RequestingPhysicianIdentificationSequence
Tag const RequestingPhysicianIdentificationSequence(0x0032, 0x1031)
odil::registry::StudyArrivalDate
Tag const StudyArrivalDate(0x0032, 0x1040)
odil::registry::StudyStatusID
Tag const StudyStatusID(0x0032, 0x000a)