Odil
A C++11 library for the DICOM standard
registry_4008.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_4008
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_4008
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 ResultsID(0x4008, 0x0040);
24 Tag const ResultsIDIssuer(0x4008, 0x0042);
25 Tag const ReferencedInterpretationSequence(0x4008, 0x0050);
26 Tag const ReportProductionStatusTrial(0x4008, 0x00ff);
27 Tag const InterpretationRecordedDate(0x4008, 0x0100);
28 Tag const InterpretationRecordedTime(0x4008, 0x0101);
29 Tag const InterpretationRecorder(0x4008, 0x0102);
30 Tag const ReferenceToRecordedSound(0x4008, 0x0103);
31 Tag const InterpretationTranscriptionDate(0x4008, 0x0108);
32 Tag const InterpretationTranscriptionTime(0x4008, 0x0109);
33 Tag const InterpretationTranscriber(0x4008, 0x010a);
34 Tag const InterpretationText(0x4008, 0x010b);
35 Tag const InterpretationAuthor(0x4008, 0x010c);
36 Tag const InterpretationApproverSequence(0x4008, 0x0111);
37 Tag const InterpretationApprovalDate(0x4008, 0x0112);
38 Tag const InterpretationApprovalTime(0x4008, 0x0113);
39 Tag const PhysicianApprovingInterpretation(0x4008, 0x0114);
42 Tag const ResultsDistributionListSequence(0x4008, 0x0118);
43 Tag const DistributionName(0x4008, 0x0119);
44 Tag const DistributionAddress(0x4008, 0x011a);
45 Tag const InterpretationID(0x4008, 0x0200);
46 Tag const InterpretationIDIssuer(0x4008, 0x0202);
47 Tag const InterpretationTypeID(0x4008, 0x0210);
48 Tag const InterpretationStatusID(0x4008, 0x0212);
49 Tag const Impressions(0x4008, 0x0300);
50 Tag const ResultsComments(0x4008, 0x4000);
51 
52 }
53 
54 }
55 
56 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_4008
A DICOM element tag.
Definition: Tag.h:25
Tag const DistributionName(0x4008, 0x0119)
Tag const InterpretationApprovalDate(0x4008, 0x0112)
Tag const PhysicianApprovingInterpretation(0x4008, 0x0114)
Tag const InterpretationStatusID(0x4008, 0x0212)
Tag const ResultsDistributionListSequence(0x4008, 0x0118)
Tag const InterpretationRecordedTime(0x4008, 0x0101)
Tag const InterpretationApprovalTime(0x4008, 0x0113)
Tag const ReportProductionStatusTrial(0x4008, 0x00ff)
Tag const InterpretationTranscriptionDate(0x4008, 0x0108)
Tag const InterpretationTranscriber(0x4008, 0x010a)
Tag const ResultsID(0x4008, 0x0040)
Tag const InterpretationRecorder(0x4008, 0x0102)
Tag const InterpretationText(0x4008, 0x010b)
Tag const InterpretationIDIssuer(0x4008, 0x0202)
Tag const ReferencedInterpretationSequence(0x4008, 0x0050)
Tag const ReferenceToRecordedSound(0x4008, 0x0103)
Tag const InterpretationAuthor(0x4008, 0x010c)
Tag const InterpretationDiagnosisDescription(0x4008, 0x0115)
Tag const InterpretationID(0x4008, 0x0200)
Tag const InterpretationTypeID(0x4008, 0x0210)
Tag const ResultsComments(0x4008, 0x4000)
Tag const InterpretationApproverSequence(0x4008, 0x0111)
Tag const InterpretationTranscriptionTime(0x4008, 0x0109)
Tag const ResultsIDIssuer(0x4008, 0x0042)
Tag const InterpretationRecordedDate(0x4008, 0x0100)
Tag const DistributionAddress(0x4008, 0x011a)
Tag const Impressions(0x4008, 0x0300)
Tag const InterpretationDiagnosisCodeSequence(0x4008, 0x0117)
Definition: Association.h:25