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
18namespace odil
19{
20
21namespace registry
22{
23Tag const ResultsID(0x4008, 0x0040);
24Tag const ResultsIDIssuer(0x4008, 0x0042);
26Tag const ReportProductionStatusTrial(0x4008, 0x00ff);
27Tag const InterpretationRecordedDate(0x4008, 0x0100);
28Tag const InterpretationRecordedTime(0x4008, 0x0101);
29Tag const InterpretationRecorder(0x4008, 0x0102);
30Tag const ReferenceToRecordedSound(0x4008, 0x0103);
33Tag const InterpretationTranscriber(0x4008, 0x010a);
34Tag const InterpretationText(0x4008, 0x010b);
35Tag const InterpretationAuthor(0x4008, 0x010c);
36Tag const InterpretationApproverSequence(0x4008, 0x0111);
37Tag const InterpretationApprovalDate(0x4008, 0x0112);
38Tag const InterpretationApprovalTime(0x4008, 0x0113);
43Tag const DistributionName(0x4008, 0x0119);
44Tag const DistributionAddress(0x4008, 0x011a);
45Tag const InterpretationID(0x4008, 0x0200);
46Tag const InterpretationIDIssuer(0x4008, 0x0202);
47Tag const InterpretationTypeID(0x4008, 0x0210);
48Tag const InterpretationStatusID(0x4008, 0x0212);
49Tag const Impressions(0x4008, 0x0300);
50Tag const ResultsComments(0x4008, 0x4000);
51
52}
53
54}
55
56#endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_4008
A DICOM element tag.
Definition: Tag.h:26
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