25#ifndef __mlDRTRecordedSnoutSequenceWrapper_H 
   26#define __mlDRTRecordedSnoutSequenceWrapper_H 
   30#include <FMEThirdPartyWarningsDisable.h> 
   36#include <FMEThirdPartyWarningsRestore.h> 
A class that wraps DRTRecordedSnoutSequence Item for use in Python.
 
DRTRecordedSnoutSequenceWrapper(const DRTRecordedSnoutSequenceWrapper &toCopy)
 
ml::DcmDRTRecordedSnoutSequenceInterface getWrappedSequence() const
 
DRTRecordedSnoutSequenceWrapper(ml::DcmDRTRecordedSnoutSequenceInterface *wrappedSequence)
 
QVariant getItem(int idx)
 
int getNumberOfItems() const
 
QString getAccessoryCodeTag() const
 
DRTRecordedSnoutSequenceWrapper & operator=(const DRTRecordedSnoutSequenceWrapper &toCopy)
 
QString getSnoutIDTag() const
 
Class to provide access to DRTRecordedSnoutSequence.
 
std::string getSnoutIDTag() const
 
std::string getAccessoryCodeTag() const
 
void setSequence(std::vector< DcmDRTRecordedSnoutSequenceInterface::Item > dcmSequence)
Set the DRTRecordedSnoutSequence this interface class provides access to.
 
Class to provide access to DRTRecordedSnoutSequence.
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.