25 #ifndef __mlDRTIonWedgeSequenceWrapper_H
26 #define __mlDRTIonWedgeSequenceWrapper_H
30 #include <FMEThirdPartyWarningsDisable.h>
33 #include <QVariantMap>
35 #include <QStringList>
36 #include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
A class that wraps DRTIonWedgeSequence Item for use in Python.
DRTIonWedgeSequenceWrapper(ml::DcmDRTIonWedgeSequenceInterface *wrappedSequence)
int getNumberOfItems() const
QString getWedgeIDTag() const
QString getAccessoryCodeTag() const
DRTIonWedgeSequenceWrapper & operator=(const DRTIonWedgeSequenceWrapper &toCopy)
QString getWedgeAngleTag() const
DRTIonWedgeSequenceWrapper(const DRTIonWedgeSequenceWrapper &toCopy)
ml::DcmDRTIonWedgeSequenceInterface getWrappedSequence() const
QString getWedgeTypeTag() const
QString getWedgeNumberTag() const
QVariant getItem(int idx)
QString getWedgeOrientationTag() const
QString getIsocenterToWedgeTrayDistanceTag() const
Class to provide access to DRTIonWedgeSequence.
void setSequence(std::vector< DcmDRTIonWedgeSequenceInterface::Item > dcmSequence)
Set the DRTIonWedgeSequence this interface class provides access to.
std::string getWedgeNumberTag() const
std::string getWedgeAngleTag() const
std::string getWedgeOrientationTag() const
std::string getAccessoryCodeTag() const
std::string getIsocenterToWedgeTrayDistanceTag() const
std::string getWedgeIDTag() const
std::vector< DcmDRTIonWedgeSequenceInterface::Item > getSequence() const
Return the DRTIonWedgeSequence this interface class provides access to.
std::string getWedgeTypeTag() const
Class to provide access to DRTIonWedgeSequence.