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