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
odil::registry::InterpretationText
Tag const InterpretationText(0x4008, 0x010b)
odil::registry::InterpretationApproverSequence
Tag const InterpretationApproverSequence(0x4008, 0x0111)
odil::registry::InterpretationAuthor
Tag const InterpretationAuthor(0x4008, 0x010c)
odil
Definition: Association.h:25
odil::registry::InterpretationRecordedTime
Tag const InterpretationRecordedTime(0x4008, 0x0101)
odil::registry::InterpretationDiagnosisCodeSequence
Tag const InterpretationDiagnosisCodeSequence(0x4008, 0x0117)
odil::registry::InterpretationTypeID
Tag const InterpretationTypeID(0x4008, 0x0210)
odil::registry::ResultsID
Tag const ResultsID(0x4008, 0x0040)
odil::registry::ResultsIDIssuer
Tag const ResultsIDIssuer(0x4008, 0x0042)
odil::registry::InterpretationRecorder
Tag const InterpretationRecorder(0x4008, 0x0102)
odil::registry::ReportProductionStatusTrial
Tag const ReportProductionStatusTrial(0x4008, 0x00ff)
odil::Tag
A DICOM element tag.
Definition: Tag.h:25
odil.h
odil::registry::DistributionAddress
Tag const DistributionAddress(0x4008, 0x011a)
odil::registry::InterpretationTranscriptionDate
Tag const InterpretationTranscriptionDate(0x4008, 0x0108)
odil::registry::ResultsDistributionListSequence
Tag const ResultsDistributionListSequence(0x4008, 0x0118)
Tag.h
odil::registry::InterpretationTranscriptionTime
Tag const InterpretationTranscriptionTime(0x4008, 0x0109)
odil::registry::InterpretationID
Tag const InterpretationID(0x4008, 0x0200)
odil::registry::InterpretationApprovalDate
Tag const InterpretationApprovalDate(0x4008, 0x0112)
odil::registry::InterpretationRecordedDate
Tag const InterpretationRecordedDate(0x4008, 0x0100)
odil::registry::PhysicianApprovingInterpretation
Tag const PhysicianApprovingInterpretation(0x4008, 0x0114)
odil::registry::Impressions
Tag const Impressions(0x4008, 0x0300)
odil::registry::InterpretationTranscriber
Tag const InterpretationTranscriber(0x4008, 0x010a)
odil::registry::ResultsComments
Tag const ResultsComments(0x4008, 0x4000)
odil::registry::InterpretationIDIssuer
Tag const InterpretationIDIssuer(0x4008, 0x0202)
odil::registry::ReferenceToRecordedSound
Tag const ReferenceToRecordedSound(0x4008, 0x0103)
odil::registry::InterpretationApprovalTime
Tag const InterpretationApprovalTime(0x4008, 0x0113)
odil::registry::InterpretationStatusID
Tag const InterpretationStatusID(0x4008, 0x0212)
odil::registry::InterpretationDiagnosisDescription
Tag const InterpretationDiagnosisDescription(0x4008, 0x0115)
odil::registry::ReferencedInterpretationSequence
Tag const ReferencedInterpretationSequence(0x4008, 0x0050)
odil::registry::DistributionName
Tag const DistributionName(0x4008, 0x0119)