25#ifndef __mlDRTScheduledProtocolCodeSequenceWrapper_H
26#define __mlDRTScheduledProtocolCodeSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
70 QString
getCodeMeaningTag()
const {
return QString(_wrappedSequence.getCodeMeaningTag().c_str()); }
72 QString
getCodeValueTag()
const {
return QString(_wrappedSequence.getCodeValueTag().c_str()); }
QString getCodeValueTag() const
DRTScheduledProtocolCodeSequenceWrapper(const DRTScheduledProtocolCodeSequenceWrapper &toCopy)
int getNumberOfItems() const
\script
QString getContextIdentifierTag() const
QVariant getItem(int idx)
QString getContextGroupExtensionFlagTag() const
DRTScheduledProtocolCodeSequenceWrapper & operator=(const DRTScheduledProtocolCodeSequenceWrapper &toCopy)
QString getCodingSchemeVersionTag() const
QString getCodingSchemeDesignatorTag() const
QString getContextGroupExtensionCreatorUIDTag() const
QString getProtocolContextSequenceTag() const
DRTScheduledProtocolCodeSequenceWrapper(ml::DcmDRTScheduledProtocolCodeSequenceInterface *wrappedSequence)
QString getContextGroupLocalVersionTag() const
QString getMappingResourceTag() const
ml::DcmDRTScheduledProtocolCodeSequenceInterface getWrappedSequence() const
QString getContextGroupVersionTag() const
QString getCodeMeaningTag() const
Class to provide access to DRTScheduledProtocolCodeSequence.
std::vector< DcmDRTScheduledProtocolCodeSequenceInterface::Item > getSequence() const
Class to provide access to DRTScheduledProtocolCodeSequence.