25#ifndef __mlDRTRecordedSnoutSequenceWrapper_H
26#define __mlDRTRecordedSnoutSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
70 QString
getAccessoryCodeTag()
const {
return QString(_wrappedSequence.getAccessoryCodeTag().c_str()); }
72 QString
getSnoutIDTag()
const {
return QString(_wrappedSequence.getSnoutIDTag().c_str()); }
DRTRecordedSnoutSequenceWrapper(const DRTRecordedSnoutSequenceWrapper &toCopy)
ml::DcmDRTRecordedSnoutSequenceInterface getWrappedSequence() const
DRTRecordedSnoutSequenceWrapper(ml::DcmDRTRecordedSnoutSequenceInterface *wrappedSequence)
QVariant getItem(int idx)
int getNumberOfItems() const
\script
QString getAccessoryCodeTag() const
DRTRecordedSnoutSequenceWrapper & operator=(const DRTRecordedSnoutSequenceWrapper &toCopy)
QString getSnoutIDTag() const
Class to provide access to DRTRecordedSnoutSequence.
std::vector< DcmDRTRecordedSnoutSequenceInterface::Item > getSequence() const
Class to provide access to DRTRecordedSnoutSequence.