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