MeVisLab Toolbox Reference
mlDRTScheduledProtocolCodeSequenceItemWrapper.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 __mlDRTScheduledProtocolCodeSequenceItemWrapper_H
26#define __mlDRTScheduledProtocolCodeSequenceItemWrapper_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::DcmDRTScheduledProtocolCodeSequenceInterface* getSequence() const { return _sequenceInterface; }
81
82
103
106
107
111
113
118
119
123
127
131
135
139
143
147
151
155
159
160
164
165
167
168private:
169
170 ml::DcmDRTScheduledProtocolCodeSequenceInterface::Item _wrappedSequenceItem;
171 ml::DcmDRTScheduledProtocolCodeSequenceInterface* _sequenceInterface;
172
173 QMap<QString, QString> _dcmTagToPropertyMap;
174 QMap<QString, QString> _vrCode;
175 void _init();
176};
177
178
179#endif // __mlDRTScheduledProtocolCodeSequenceItemWrapper_H
A class that wraps DRTScheduledProtocolCodeSequence Item for use in Python.
QVariantMap getDicomTagByKey(QString key) const
ml::DcmDRTScheduledProtocolCodeSequenceInterface * getSequence() const
DRTScheduledProtocolCodeSequenceItemWrapper(const ml::DcmDRTScheduledProtocolCodeSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTScheduledProtocolCodeSequenceInterface *sequenceInterface)
DRTScheduledProtocolCodeSequenceItemWrapper(const DRTScheduledProtocolCodeSequenceItemWrapper &toCopy)
bool setProtocolContextSequence(QVariant qParam)
bool setContextGroupExtensionFlag(QString qParam)
bool setContextGroupExtensionCreatorUID(QString qParam)
ml::DcmDRTScheduledProtocolCodeSequenceInterface::Item getWrappedSequenceItem() const
QStringList dir(QString searchString="") const
QVariantMap getDicomTagByName(QString name) const
bool setContextGroupLocalVersion(QString qParam)
DRTScheduledProtocolCodeSequenceItemWrapper & operator=(const DRTScheduledProtocolCodeSequenceItemWrapper &toCopy)
QVariant getDicomTagValueByName(QString name) const
QVariant getDicomTagValueByKey(QString key) const
Class to provide access to DRTScheduledProtocolCodeSequence.
std::vector< DcmDRTScheduledProtocolCodeSequenceInterface::Item > getSequence() const
Return the DRTScheduledProtocolCodeSequence this interface class provides access to.
Class to provide access to DRTScheduledProtocolCodeSequence.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
Main documentation file for ML users and developers.
Definition SoSFMLImage.h:51