MeVisLab Toolbox Reference
mlDRTReferringPhysicianIdentificationSequenceItemWrapper.h
Go to the documentation of this file.
1// Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2// **InsertLicense** code
3//----------------------------------------------------------------------------------
4//
5// NOTE:
6// This file has been generated automatically by
7// FMEwork/ReleaseMeVis/Configuration/CodeGenerators/dcmtkToMLConverter/convertDcmtkToML.py
8// using the template file
9// FMEwork/ReleaseMeVis/Configuration/CodeGenerators/dcmtkToMLConverter/MLDcmtkIODWrappers/templates/DcmSequenceItemWrapper.h
10//
11// Destination project:
12// FMEwork/ReleaseMeVis/Sources/Wrappers/MLDcmtkIODWrappers/DcmSequenceInterfaces/Items
13//
14//----------------------------------------------------------------------------------
16
22//----------------------------------------------------------------------------------
23
24
25#ifndef __mlDRTReferringPhysicianIdentificationSequenceItemWrapper_H
26#define __mlDRTReferringPhysicianIdentificationSequenceItemWrapper_H
27
28#ifndef Q_MOC_RUN
29
30#include <FMEThirdPartyWarningsDisable.h>
31#include <QObject>
32#include <QVariant>
33#include <QVariantMap>
34#include <QList>
35#include <QStringList>
36#include <FMEThirdPartyWarningsRestore.h>
37
38// MLDcmtkAccessories includes
40
41
44
45#endif
46
50{
52
53public:
54
56
63
65 : QObject()
66 {
67 _wrappedSequenceItem = toCopy.getWrappedSequenceItem();
68 _sequenceInterface = toCopy.getSequence();
69 _init();
70 }
71
73 {
74 _wrappedSequenceItem = toCopy.getWrappedSequenceItem();
75 _sequenceInterface = toCopy.getSequence();
76 _init();
77 return *this;
78 }
79
82
83
92
97
98
102
104
109
110
114
118
122
126
127
131
135
136
138
139private:
140
141 ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::Item _wrappedSequenceItem;
142 ml::DcmDRTReferringPhysicianIdentificationSequenceInterface* _sequenceInterface;
143
144 QMap<QString, QString> _dcmTagToPropertyMap;
145 QMap<QString, QString> _vrCode;
146 void _init();
147};
148
149
150#endif // __mlDRTReferringPhysicianIdentificationSequenceItemWrapper_H
A class that wraps DRTReferringPhysicianIdentificationSequence Item for use in Python.
ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::Item getWrappedSequenceItem() const
DRTReferringPhysicianIdentificationSequenceItemWrapper(const ml::DcmDRTReferringPhysicianIdentificationSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTReferringPhysicianIdentificationSequenceInterface *sequenceInterface)
DRTReferringPhysicianIdentificationSequenceItemWrapper & operator=(const DRTReferringPhysicianIdentificationSequenceItemWrapper &toCopy)
ml::DcmDRTReferringPhysicianIdentificationSequenceInterface * getSequence() const
DRTReferringPhysicianIdentificationSequenceItemWrapper(const DRTReferringPhysicianIdentificationSequenceItemWrapper &toCopy)
QStringList dir(QString searchString="") const
QVariantMap getDicomTagByName(QString name) const
Class to provide access to DRTReferringPhysicianIdentificationSequence.
std::vector< DcmDRTReferringPhysicianIdentificationSequenceInterface::Item > getSequence() const
Return the DRTReferringPhysicianIdentificationSequence this interface class provides access to.
Class to provide access to DRTReferringPhysicianIdentificationSequence.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
Main documentation file for ML users and developers.
Definition SoSFMLImage.h:51