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