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