MeVisLab Toolbox Reference
mlDRTRecordedCompensatorSequenceItemWrapper.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 __mlDRTRecordedCompensatorSequenceItemWrapper_H
26 #define __mlDRTRecordedCompensatorSequenceItemWrapper_H
27 
28 #ifndef Q_MOC_RUN
29 
30 #include <ThirdPartyWarningsDisable.h>
31 #include <QObject>
32 #include <QVariant>
33 #include <QVariantMap>
34 #include <QList>
35 #include <QStringList>
36 #include <ThirdPartyWarningsRestore.h>
37 
38 // MLDcmtkAccessories includes
40 
41 
42 
43 #endif
44 
48 {
49  Q_OBJECT
50 
51 public:
52 
53  QStringList _propertyKeys;
54 
56  : _wrappedSequenceItem(wrappedSequenceItem)
57  , _sequenceInterface(sequenceInterface)
58  {
59  _init();
60  }
61 
63  : QObject()
64  {
65  _wrappedSequenceItem = toCopy.getWrappedSequenceItem();
66  _sequenceInterface = toCopy.getSequence();
67  _init();
68  }
69 
71  {
72  _wrappedSequenceItem = toCopy.getWrappedSequenceItem();
73  _sequenceInterface = toCopy.getSequence();
74  _init();
75  return *this;
76  }
77 
79  ml::DcmDRTRecordedCompensatorSequenceInterface* getSequence() const { return _sequenceInterface; }
80 
81 
82  QString _AccessoryCode;
83  Q_PROPERTY(QString AccessoryCode READ getAccessoryCode WRITE setAccessoryCode)
84  QString _CompensatorID;
85  Q_PROPERTY(QString CompensatorID READ getCompensatorID WRITE setCompensatorID)
88 
89 
90 
91 public slots:
94 
95  QStringList dir(QString searchString="") const;
96 
97  QVariantMap getDicomTagByKey(QString key) const;
98  QVariantMap getDicomTagByName(QString name) const;
99  QVariant getDicomTagValueByKey(QString key) const;
100  QVariant getDicomTagValueByName(QString name) const;
101 
102 
103  bool setAccessoryCode(QString qParam);
104  QString getAccessoryCodeTag() const;
105  QString getAccessoryCode() const;
106 
107  bool setCompensatorID(QString qParam);
108  QString getCompensatorIDTag() const;
109  QString getCompensatorID() const;
110 
111  bool setReferencedCompensatorNumber(QString qParam);
114 
115 
116 
118 
119 private:
120 
121  ml::DcmDRTRecordedCompensatorSequenceInterface::Item _wrappedSequenceItem;
122  ml::DcmDRTRecordedCompensatorSequenceInterface* _sequenceInterface;
123 
124  QMap<QString, QString> _dcmTagToPropertyMap;
125  QMap<QString, QString> _vrCode;
126  void _init();
127 };
128 
129 
130 #endif // __mlDRTRecordedCompensatorSequenceItemWrapper_H
A class that wraps DRTRecordedCompensatorSequence Item for use in Python.
QVariantMap getDicomTagByKey(QString key) const
ml::DcmDRTRecordedCompensatorSequenceInterface * getSequence() const
DRTRecordedCompensatorSequenceItemWrapper(const ml::DcmDRTRecordedCompensatorSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTRecordedCompensatorSequenceInterface *sequenceInterface)
QVariant getDicomTagValueByKey(QString key) const
bool setReferencedCompensatorNumber(QString qParam)
QStringList dir(QString searchString="") const
ml::DcmDRTRecordedCompensatorSequenceInterface::Item getWrappedSequenceItem() const
QVariantMap getDicomTagByName(QString name) const
QVariant getDicomTagValueByName(QString name) const
DRTRecordedCompensatorSequenceItemWrapper(const DRTRecordedCompensatorSequenceItemWrapper &toCopy)
DRTRecordedCompensatorSequenceItemWrapper & operator=(const DRTRecordedCompensatorSequenceItemWrapper &toCopy)
Class to provide access to DRTRecordedCompensatorSequence.
Class to provide access to DRTRecordedCompensatorSequence.
Main documentation file for ML users and developers.
Definition: SoSFMLImage.h:51