25#ifndef __mlDRTProcedureCodeSequenceWrapper_H
26#define __mlDRTProcedureCodeSequenceWrapper_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
QString getMappingResourceTag() const
DRTProcedureCodeSequenceWrapper & operator=(const DRTProcedureCodeSequenceWrapper &toCopy)
ml::DcmDRTProcedureCodeSequenceInterface getWrappedSequence() const
QString getContextGroupVersionTag() const
DRTProcedureCodeSequenceWrapper(const DRTProcedureCodeSequenceWrapper &toCopy)
DRTProcedureCodeSequenceWrapper(ml::DcmDRTProcedureCodeSequenceInterface *wrappedSequence)
QString getCodingSchemeDesignatorTag() const
QString getCodingSchemeVersionTag() const
QVariant getItem(int idx)
int getNumberOfItems() const
\script
QString getCodeMeaningTag() const
QString getContextGroupExtensionFlagTag() const
QString getContextGroupExtensionCreatorUIDTag() const
QString getContextIdentifierTag() const
QString getContextGroupLocalVersionTag() const
Class to provide access to DRTProcedureCodeSequence.
std::vector< DcmDRTProcedureCodeSequenceInterface::Item > getSequence() const
Class to provide access to DRTProcedureCodeSequence.