25 #ifndef __mlDRTChannelSourceSequenceWrapper_H
26 #define __mlDRTChannelSourceSequenceWrapper_H
30 #include <FMEThirdPartyWarningsDisable.h>
33 #include <QVariantMap>
35 #include <QStringList>
36 #include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
A class that wraps DRTChannelSourceSequence Item for use in Python.
QString getCodingSchemeDesignatorTag() const
QString getContextIdentifierTag() const
QString getCodingSchemeVersionTag() const
QString getContextGroupVersionTag() const
QString getContextGroupLocalVersionTag() const
DRTChannelSourceSequenceWrapper(const DRTChannelSourceSequenceWrapper &toCopy)
QVariant getItem(int idx)
DRTChannelSourceSequenceWrapper & operator=(const DRTChannelSourceSequenceWrapper &toCopy)
DRTChannelSourceSequenceWrapper(ml::DcmDRTChannelSourceSequenceInterface *wrappedSequence)
int getNumberOfItems() const
QString getCodeMeaningTag() const
QString getMappingResourceTag() const
ml::DcmDRTChannelSourceSequenceInterface getWrappedSequence() const
QString getCodeValueTag() const
QString getContextGroupExtensionFlagTag() const
QString getContextGroupExtensionCreatorUIDTag() const
Class to provide access to DRTChannelSourceSequence.
std::string getContextGroupExtensionCreatorUIDTag() const
std::string getCodingSchemeDesignatorTag() const
std::string getContextGroupLocalVersionTag() const
std::vector< DcmDRTChannelSourceSequenceInterface::Item > getSequence() const
Return the DRTChannelSourceSequence this interface class provides access to.
std::string getContextIdentifierTag() const
std::string getCodeValueTag() const
std::string getMappingResourceTag() const
std::string getCodeMeaningTag() const
std::string getContextGroupVersionTag() const
void setSequence(std::vector< DcmDRTChannelSourceSequenceInterface::Item > dcmSequence)
Set the DRTChannelSourceSequence this interface class provides access to.
std::string getContextGroupExtensionFlagTag() const
std::string getCodingSchemeVersionTag() const
Class to provide access to DRTChannelSourceSequence.