MeVisLab Toolbox Reference
mlDRTTreatmentSessionIonBeamSequenceWrapper.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/DcmSequenceWrapper.h
10//
11// Destination project:
12// FMEwork/ReleaseMeVis/Sources/Wrappers/MLDcmtkIODWrappers/DcmSequenceInterfaces
13//
14//----------------------------------------------------------------------------------
16
22//----------------------------------------------------------------------------------
23
24
25#ifndef __mlDRTTreatmentSessionIonBeamSequenceWrapper_H
26#define __mlDRTTreatmentSessionIonBeamSequenceWrapper_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#endif
42
46{
48
49public:
50
51 DRTTreatmentSessionIonBeamSequenceWrapper(ML_NAMESPACE::DcmDRTTreatmentSessionIonBeamSequenceInterface* wrappedSequence)
52 : _wrappedSequence(wrappedSequence->getSequence())
53 {
54 }
55
57 {
58 _wrappedSequence.setSequence(toCopy.getWrappedSequence().getSequence());
59 }
60
62 {
63 _wrappedSequence.setSequence(toCopy.getWrappedSequence().getSequence());
64 return *this;
65 }
66
68
69
70 QString getBeamDescriptionTag() const { return QString(_wrappedSequence.getBeamDescriptionTag().c_str()); }
71
72 QString getBeamNameTag() const { return QString(_wrappedSequence.getBeamNameTag().c_str()); }
73
74 QString getBeamTypeTag() const { return QString(_wrappedSequence.getBeamTypeTag().c_str()); }
75
76 QString getCurrentFractionNumberTag() const { return QString(_wrappedSequence.getCurrentFractionNumberTag().c_str()); }
77
78 QString getDeliveredPrimaryMetersetTag() const { return QString(_wrappedSequence.getDeliveredPrimaryMetersetTag().c_str()); }
79
81
82 QString getDeliveredTreatmentTimeTag() const { return QString(_wrappedSequence.getDeliveredTreatmentTimeTag().c_str()); }
83
85
86 QString getFixationLightPolarAngleTag() const { return QString(_wrappedSequence.getFixationLightPolarAngleTag().c_str()); }
87
88 QString getNumberOfBlocksTag() const { return QString(_wrappedSequence.getNumberOfBlocksTag().c_str()); }
89
90 QString getNumberOfBoliTag() const { return QString(_wrappedSequence.getNumberOfBoliTag().c_str()); }
91
92 QString getNumberOfCompensatorsTag() const { return QString(_wrappedSequence.getNumberOfCompensatorsTag().c_str()); }
93
94 QString getNumberOfControlPointsTag() const { return QString(_wrappedSequence.getNumberOfControlPointsTag().c_str()); }
95
97
98 QString getNumberOfRangeModulatorsTag() const { return QString(_wrappedSequence.getNumberOfRangeModulatorsTag().c_str()); }
99
100 QString getNumberOfRangeShiftersTag() const { return QString(_wrappedSequence.getNumberOfRangeShiftersTag().c_str()); }
101
102 QString getNumberOfWedgesTag() const { return QString(_wrappedSequence.getNumberOfWedgesTag().c_str()); }
103
105
106 QString getPatientSupportIDTag() const { return QString(_wrappedSequence.getPatientSupportIDTag().c_str()); }
107
108 QString getPatientSupportTypeTag() const { return QString(_wrappedSequence.getPatientSupportTypeTag().c_str()); }
109
110 QString getRadiationAtomicNumberTag() const { return QString(_wrappedSequence.getRadiationAtomicNumberTag().c_str()); }
111
112 QString getRadiationChargeStateTag() const { return QString(_wrappedSequence.getRadiationChargeStateTag().c_str()); }
113
114 QString getRadiationMassNumberTag() const { return QString(_wrappedSequence.getRadiationMassNumberTag().c_str()); }
115
116 QString getRadiationTypeTag() const { return QString(_wrappedSequence.getRadiationTypeTag().c_str()); }
117
118 QString getReferencedBeamNumberTag() const { return QString(_wrappedSequence.getReferencedBeamNumberTag().c_str()); }
119
121
123
124 QString getScanModeTag() const { return QString(_wrappedSequence.getScanModeTag().c_str()); }
125
126 QString getSpecifiedPrimaryMetersetTag() const { return QString(_wrappedSequence.getSpecifiedPrimaryMetersetTag().c_str()); }
127
129
130 QString getSpecifiedTreatmentTimeTag() const { return QString(_wrappedSequence.getSpecifiedTreatmentTimeTag().c_str()); }
131
132 QString getTreatmentDeliveryTypeTag() const { return QString(_wrappedSequence.getTreatmentDeliveryTypeTag().c_str()); }
133
134 QString getTreatmentTerminationCodeTag() const { return QString(_wrappedSequence.getTreatmentTerminationCodeTag().c_str()); }
135
137
139
140
141 QString getApplicatorSequenceTag() const { return QString(_wrappedSequence.getApplicatorSequenceTag().c_str()); }
142
144
146
147 QString getRecordedBlockSequenceTag() const { return QString(_wrappedSequence.getRecordedBlockSequenceTag().c_str()); }
148
150
152
154
156
157 QString getRecordedSnoutSequenceTag() const { return QString(_wrappedSequence.getRecordedSnoutSequenceTag().c_str()); }
158
159 QString getRecordedWedgeSequenceTag() const { return QString(_wrappedSequence.getRecordedWedgeSequenceTag().c_str()); }
160
161 QString getReferencedBolusSequenceTag() const { return QString(_wrappedSequence.getReferencedBolusSequenceTag().c_str()); }
162
164
166
168
169
170
171public slots:
174
175 int getNumberOfItems() const;
178 bool insertItem(int idx);
179 bool removeItem(int idx);
180
182
183private:
185};
186
187
188#endif // __mlDRTTreatmentSessionIonBeamSequenceWrapper_H
A class that wraps DRTTreatmentSessionIonBeamSequence Item for use in Python.
DRTTreatmentSessionIonBeamSequenceWrapper(const DRTTreatmentSessionIonBeamSequenceWrapper &toCopy)
ml::DcmDRTTreatmentSessionIonBeamSequenceInterface getWrappedSequence() const
DRTTreatmentSessionIonBeamSequenceWrapper & operator=(const DRTTreatmentSessionIonBeamSequenceWrapper &toCopy)
DRTTreatmentSessionIonBeamSequenceWrapper(ml::DcmDRTTreatmentSessionIonBeamSequenceInterface *wrappedSequence)
Class to provide access to DRTTreatmentSessionIonBeamSequence.
void setSequence(std::vector< DcmDRTTreatmentSessionIonBeamSequenceInterface::Item > dcmSequence)
Set the DRTTreatmentSessionIonBeamSequence this interface class provides access to.
Class to provide access to DRTTreatmentSessionIonBeamSequence.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.