MeVisLab Toolbox Reference
mlDRTBrachyAccessoryDeviceSequenceWrapper.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 __mlDRTBrachyAccessoryDeviceSequenceWrapper_H
26#define __mlDRTBrachyAccessoryDeviceSequenceWrapper_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{
47 Q_OBJECT
48
49public:
50
51 DRTBrachyAccessoryDeviceSequenceWrapper(ML_NAMESPACE::DcmDRTBrachyAccessoryDeviceSequenceInterface* wrappedSequence)
52 : _wrappedSequence(wrappedSequence->getSequence())
53 {
54 }
55
60
66
68
69
70 QString getBrachyAccessoryDeviceIDTag() const { return QString(_wrappedSequence.getBrachyAccessoryDeviceIDTag().c_str()); }
71
72 QString getBrachyAccessoryDeviceNameTag() const { return QString(_wrappedSequence.getBrachyAccessoryDeviceNameTag().c_str()); }
73
74 QString getBrachyAccessoryDeviceNominalThicknessTag() const { return QString(_wrappedSequence.getBrachyAccessoryDeviceNominalThicknessTag().c_str()); }
75
76 QString getBrachyAccessoryDeviceNominalTransmissionTag() const { return QString(_wrappedSequence.getBrachyAccessoryDeviceNominalTransmissionTag().c_str()); }
77
78 QString getBrachyAccessoryDeviceNumberTag() const { return QString(_wrappedSequence.getBrachyAccessoryDeviceNumberTag().c_str()); }
79
80 QString getBrachyAccessoryDeviceTypeTag() const { return QString(_wrappedSequence.getBrachyAccessoryDeviceTypeTag().c_str()); }
81
82 QString getMaterialIDTag() const { return QString(_wrappedSequence.getMaterialIDTag().c_str()); }
83
84 QString getReferencedROINumberTag() const { return QString(_wrappedSequence.getReferencedROINumberTag().c_str()); }
85
86
87
88
89public slots:
92
93 int getNumberOfItems() const;
94 QVariant getItem(int idx);
95 QVariant addItem();
96 bool insertItem(int idx);
97 bool removeItem(int idx);
98
100
101private:
103};
104
105
106#endif // __mlDRTBrachyAccessoryDeviceSequenceWrapper_H
A class that wraps DRTBrachyAccessoryDeviceSequence Item for use in Python.
ml::DcmDRTBrachyAccessoryDeviceSequenceInterface getWrappedSequence() const
DRTBrachyAccessoryDeviceSequenceWrapper & operator=(const DRTBrachyAccessoryDeviceSequenceWrapper &toCopy)
DRTBrachyAccessoryDeviceSequenceWrapper(ml::DcmDRTBrachyAccessoryDeviceSequenceInterface *wrappedSequence)
DRTBrachyAccessoryDeviceSequenceWrapper(const DRTBrachyAccessoryDeviceSequenceWrapper &toCopy)
Class to provide access to DRTBrachyAccessoryDeviceSequence.
std::vector< DcmDRTBrachyAccessoryDeviceSequenceInterface::Item > getSequence() const
Return the DRTBrachyAccessoryDeviceSequence this interface class provides access to.
void setSequence(std::vector< DcmDRTBrachyAccessoryDeviceSequenceInterface::Item > dcmSequence)
Set the DRTBrachyAccessoryDeviceSequence this interface class provides access to.
Class to provide access to DRTBrachyAccessoryDeviceSequence.