25#ifndef __mlDRTRecordedSnoutSequenceItemWrapper_H 
   26#define __mlDRTRecordedSnoutSequenceItemWrapper_H 
   30#include <FMEThirdPartyWarningsDisable.h> 
   36#include <FMEThirdPartyWarningsRestore.h> 
   65    _wrappedSequenceItem = 
toCopy.getWrappedSequenceItem();
 
 
   72    _wrappedSequenceItem = 
toCopy.getWrappedSequenceItem();
 
 
  115  ml::DcmDRTRecordedSnoutSequenceInterface::Item _wrappedSequenceItem;
 
  116  ml::DcmDRTRecordedSnoutSequenceInterface* _sequenceInterface;
 
 
A class that wraps DRTRecordedSnoutSequence Item for use in Python.
 
QStringList _propertyKeys
 
DRTRecordedSnoutSequenceItemWrapper & operator=(const DRTRecordedSnoutSequenceItemWrapper &toCopy)
 
QStringList dir(QString searchString="") const
 
QVariantMap getDicomTagByName(QString name) const
 
QString getSnoutIDTag() const
 
DRTRecordedSnoutSequenceItemWrapper(const ml::DcmDRTRecordedSnoutSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTRecordedSnoutSequenceInterface *sequenceInterface)
 
bool setAccessoryCode(QString qParam)
 
QVariantMap getDicomTagByKey(QString key) const
 
QVariant getDicomTagValueByName(QString name) const
 
QString getSnoutID() const
 
DRTRecordedSnoutSequenceItemWrapper(const DRTRecordedSnoutSequenceItemWrapper &toCopy)
 
QString getAccessoryCode() const
 
QString getAccessoryCodeTag() const
 
QVariant getDicomTagValueByKey(QString key) const
 
ml::DcmDRTRecordedSnoutSequenceInterface::Item getWrappedSequenceItem() const
 
bool setSnoutID(QString qParam)
 
ml::DcmDRTRecordedSnoutSequenceInterface * getSequence() const
 
Class to provide access to DRTRecordedSnoutSequence.
 
std::vector< DcmDRTRecordedSnoutSequenceInterface::Item > getSequence() const
Return 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.
 
Main documentation file for ML users and developers.