25#ifndef __mlDRTRequestedProcedureCodeSequenceWrapper_H
26#define __mlDRTRequestedProcedureCodeSequenceWrapper_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()); }
DRTRequestedProcedureCodeSequenceWrapper(const DRTRequestedProcedureCodeSequenceWrapper &toCopy)
QString getCodingSchemeVersionTag() const
QString getCodingSchemeDesignatorTag() const
QString getContextGroupExtensionFlagTag() const
QVariant getItem(int idx)
QString getCodeMeaningTag() const
QString getContextGroupExtensionCreatorUIDTag() const
int getNumberOfItems() const
\script
QString getContextGroupLocalVersionTag() const
DRTRequestedProcedureCodeSequenceWrapper(ml::DcmDRTRequestedProcedureCodeSequenceInterface *wrappedSequence)
QString getContextIdentifierTag() const
QString getContextGroupVersionTag() const
QString getCodeValueTag() const
QString getMappingResourceTag() const
ml::DcmDRTRequestedProcedureCodeSequenceInterface getWrappedSequence() const
DRTRequestedProcedureCodeSequenceWrapper & operator=(const DRTRequestedProcedureCodeSequenceWrapper &toCopy)
Class to provide access to DRTRequestedProcedureCodeSequence.
std::vector< DcmDRTRequestedProcedureCodeSequenceInterface::Item > getSequence() const
Class to provide access to DRTRequestedProcedureCodeSequence.