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 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::StudyArrivalDate
const Tag StudyArrivalDate(0x0032, 0x1040)
odil::registry::ScheduledStudyLocationAETitle
const Tag ScheduledStudyLocationAETitle(0x0032, 0x1021)
odil::registry::ScheduledStudyLocation
const Tag ScheduledStudyLocation(0x0032, 0x1020)
odil::registry::ScheduledStudyStopDate
const Tag ScheduledStudyStopDate(0x0032, 0x1010)
odil::registry::ScheduledStudyStartDate
const Tag ScheduledStudyStartDate(0x0032, 0x1000)
odil::registry::ScheduledStudyStartTime
const Tag ScheduledStudyStartTime(0x0032, 0x1001)
odil
Definition: Association.h:24
odil::registry::StudyReadTime
const Tag StudyReadTime(0x0032, 0x0035)
odil::registry::RequestingPhysicianIdentificationSequence
const Tag RequestingPhysicianIdentificationSequence(0x0032, 0x1031)
odil::registry::RequestedProcedureDescription
const Tag RequestedProcedureDescription(0x0032, 0x1060)
odil::registry::StudyVerifiedTime
const Tag StudyVerifiedTime(0x0032, 0x0033)
odil.h
odil::registry::ReasonForVisit
const Tag ReasonForVisit(0x0032, 0x1066)
odil::registry::StudyArrivalTime
const Tag StudyArrivalTime(0x0032, 0x1041)
Tag.h
odil::registry::StudyIDIssuer
const Tag StudyIDIssuer(0x0032, 0x0012)
odil::registry::StudyStatusID
const Tag StudyStatusID(0x0032, 0x000a)
odil::registry::StudyPriorityID
const Tag StudyPriorityID(0x0032, 0x000c)
odil::registry::ReasonForVisitCodeSequence
const Tag ReasonForVisitCodeSequence(0x0032, 0x1067)
odil::registry::ReasonForStudy
const Tag ReasonForStudy(0x0032, 0x1030)
odil::registry::StudyCompletionTime
const Tag StudyCompletionTime(0x0032, 0x1051)
odil::registry::StudyReadDate
const Tag StudyReadDate(0x0032, 0x0034)
odil::registry::RequestedProcedureCodeSequence
const Tag RequestedProcedureCodeSequence(0x0032, 0x1064)
odil::registry::StudyVerifiedDate
const Tag StudyVerifiedDate(0x0032, 0x0032)
odil::registry::RequestingServiceCodeSequence
const Tag RequestingServiceCodeSequence(0x0032, 0x1034)
odil::registry::RequestingService
const Tag RequestingService(0x0032, 0x1033)
odil::registry::RequestedContrastAgent
const Tag RequestedContrastAgent(0x0032, 0x1070)
odil::registry::RequestingPhysician
const Tag RequestingPhysician(0x0032, 0x1032)
odil::registry::StudyCompletionDate
const Tag StudyCompletionDate(0x0032, 0x1050)
odil::registry::StudyComments
const Tag StudyComments(0x0032, 0x4000)
odil::registry::ScheduledStudyStopTime
const Tag ScheduledStudyStopTime(0x0032, 0x1011)
odil::registry::StudyComponentStatusID
const Tag StudyComponentStatusID(0x0032, 0x1055)