MeVisLab Toolbox Reference
DRTReferencedPatientSequenceWrapper Class Reference

A class that wraps DRTReferencedPatientSequence Item for use in Python. More...

#include <mlDRTReferencedPatientSequenceWrapper.h>

Inheritance diagram for DRTReferencedPatientSequenceWrapper:

Public Slots

Access to wrapped DRTReferencedPatientSequence object.

\script

int getNumberOfItems () const
 
QVariant getItem (int idx)
 
QVariant addItem ()
 
bool insertItem (int idx)
 
bool removeItem (int idx)
 

Public Member Functions

 DRTReferencedPatientSequenceWrapper (ml::DcmDRTReferencedPatientSequenceInterface *wrappedSequence)
 
 DRTReferencedPatientSequenceWrapper (const DRTReferencedPatientSequenceWrapper &toCopy)
 
DRTReferencedPatientSequenceWrapperoperator= (const DRTReferencedPatientSequenceWrapper &toCopy)
 
ml::DcmDRTReferencedPatientSequenceInterface getWrappedSequence () const
 
QString getReferencedSOPClassUIDTag () const
 
QString getReferencedSOPInstanceUIDTag () const
 

Detailed Description

A class that wraps DRTReferencedPatientSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTReferencedPatientSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTReferencedPatientSequenceWrapper() [1/2]

DRTReferencedPatientSequenceWrapper::DRTReferencedPatientSequenceWrapper ( ml::DcmDRTReferencedPatientSequenceInterface wrappedSequence)
inline

Definition at line 51 of file mlDRTReferencedPatientSequenceWrapper.h.

◆ DRTReferencedPatientSequenceWrapper() [2/2]

DRTReferencedPatientSequenceWrapper::DRTReferencedPatientSequenceWrapper ( const DRTReferencedPatientSequenceWrapper toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTReferencedPatientSequenceWrapper::addItem ( )
slot

◆ getItem

QVariant DRTReferencedPatientSequenceWrapper::getItem ( int  idx)
slot

◆ getNumberOfItems

int DRTReferencedPatientSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getReferencedSOPClassUIDTag()

QString DRTReferencedPatientSequenceWrapper::getReferencedSOPClassUIDTag ( ) const
inline

◆ getReferencedSOPInstanceUIDTag()

QString DRTReferencedPatientSequenceWrapper::getReferencedSOPInstanceUIDTag ( ) const
inline

◆ getWrappedSequence()

ml::DcmDRTReferencedPatientSequenceInterface DRTReferencedPatientSequenceWrapper::getWrappedSequence ( ) const
inline

◆ insertItem

bool DRTReferencedPatientSequenceWrapper::insertItem ( int  idx)
slot

◆ operator=()

◆ removeItem

bool DRTReferencedPatientSequenceWrapper::removeItem ( int  idx)
slot

The documentation for this class was generated from the following file: