25 #ifndef __mlDRTContentItemModifierSequenceWrapper_H
26 #define __mlDRTContentItemModifierSequenceWrapper_H
30 #include <FMEThirdPartyWarningsDisable.h>
33 #include <QVariantMap>
35 #include <QStringList>
36 #include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
A class that wraps DRTContentItemModifierSequence Item for use in Python.
QVariant getItem(int idx)
QString getTextValueTag() const
QString getValueTypeTag() const
QString getConceptNameCodeSequenceTag() const
int getNumberOfItems() const
QString getConceptCodeSequenceTag() const
ml::DcmDRTContentItemModifierSequenceInterface getWrappedSequence() const
DRTContentItemModifierSequenceWrapper(const DRTContentItemModifierSequenceWrapper &toCopy)
QString getNumericValueTag() const
QString getTimeTag() const
QString getMeasurementUnitsCodeSequenceTag() const
DRTContentItemModifierSequenceWrapper(ml::DcmDRTContentItemModifierSequenceInterface *wrappedSequence)
QString getDateTag() const
QString getPersonNameTag() const
QString getDateTimeTag() const
DRTContentItemModifierSequenceWrapper & operator=(const DRTContentItemModifierSequenceWrapper &toCopy)
QString getUIDTag() const
Class to provide access to DRTContentItemModifierSequence.
std::string getConceptNameCodeSequenceTag() const
std::string getConceptCodeSequenceTag() const
std::string getUIDTag() const
std::string getMeasurementUnitsCodeSequenceTag() const
std::string getValueTypeTag() const
std::string getDateTimeTag() const
std::string getPersonNameTag() const
std::string getTimeTag() const
void setSequence(std::vector< DcmDRTContentItemModifierSequenceInterface::Item > dcmSequence)
Set the DRTContentItemModifierSequence this interface class provides access to.
std::vector< DcmDRTContentItemModifierSequenceInterface::Item > getSequence() const
Return the DRTContentItemModifierSequence this interface class provides access to.
std::string getDateTag() const
std::string getNumericValueTag() const
std::string getTextValueTag() const
Class to provide access to DRTContentItemModifierSequence.