MeVisLab Toolbox Reference
mlDRTContributingEquipmentSequenceItemWrapper.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 __mlDRTContributingEquipmentSequenceItemWrapper_H
26#define __mlDRTContributingEquipmentSequenceItemWrapper_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
43
44#endif
45
49{
51
52public:
53
55
62
64 : QObject()
65 {
66 _wrappedSequenceItem = toCopy.getWrappedSequenceItem();
67 _sequenceInterface = toCopy.getSequence();
68 _init();
69 }
70
72 {
73 _wrappedSequenceItem = toCopy.getWrappedSequenceItem();
74 _sequenceInterface = toCopy.getSequence();
75 _init();
76 return *this;
77 }
78
80 ml::DcmDRTContributingEquipmentSequenceInterface* getSequence() const { return _sequenceInterface; }
81
82
109
112
113
117
119
124
125
129
133
137
141
145
149
153
157
161
165
169
173
177
178
182
183
185
186private:
187
188 ml::DcmDRTContributingEquipmentSequenceInterface::Item _wrappedSequenceItem;
189 ml::DcmDRTContributingEquipmentSequenceInterface* _sequenceInterface;
190
191 QMap<QString, QString> _dcmTagToPropertyMap;
192 QMap<QString, QString> _vrCode;
193 void _init();
194};
195
196
197#endif // __mlDRTContributingEquipmentSequenceItemWrapper_H
A class that wraps DRTContributingEquipmentSequence Item for use in Python.
DRTContributingEquipmentSequenceItemWrapper & operator=(const DRTContributingEquipmentSequenceItemWrapper &toCopy)
ml::DcmDRTContributingEquipmentSequenceInterface::Item getWrappedSequenceItem() const
QVariant getDicomTagValueByKey(QString key) const
QVariant getDicomTagValueByName(QString name) const
DRTContributingEquipmentSequenceItemWrapper(const ml::DcmDRTContributingEquipmentSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTContributingEquipmentSequenceInterface *sequenceInterface)
QVariantMap getDicomTagByName(QString name) const
QVariantMap getDicomTagByKey(QString key) const
bool setInstitutionalDepartmentName(QString qParam)
QStringList dir(QString searchString="") const
bool setPurposeOfReferenceCodeSequence(QVariant qParam)
DRTContributingEquipmentSequenceItemWrapper(const DRTContributingEquipmentSequenceItemWrapper &toCopy)
ml::DcmDRTContributingEquipmentSequenceInterface * getSequence() const
Class to provide access to DRTContributingEquipmentSequence.
std::vector< DcmDRTContributingEquipmentSequenceInterface::Item > getSequence() const
Return the DRTContributingEquipmentSequence this interface class provides access to.
Class to provide access to DRTContributingEquipmentSequence.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
Main documentation file for ML users and developers.
Definition SoSFMLImage.h:51