25#ifndef __mlDRTReferencedPatientSequenceWrapper_H
26#define __mlDRTReferencedPatientSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
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.
std::vector< DcmDRTReferencedPatientSequenceInterface::Item > getSequence() const
Return the DRTReferencedPatientSequence this interface class provides access to.
Class to provide access to DRTReferencedPatientSequence.