MeVisLab Toolbox Reference
DRTReferencedPatientSequenceWrapper Class Reference

#include <mlDRTReferencedPatientSequenceWrapper.h>

Inheritance diagram for DRTReferencedPatientSequenceWrapper:

Public Slots

Access to wrapped DRTReferencedPatientSequence object.
int getNumberOfItems () const
 \script
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

◆ 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

\script

◆ getReferencedSOPClassUIDTag()

QString DRTReferencedPatientSequenceWrapper::getReferencedSOPClassUIDTag ( ) const
inline

Definition at line 70 of file mlDRTReferencedPatientSequenceWrapper.h.

◆ getReferencedSOPInstanceUIDTag()

QString DRTReferencedPatientSequenceWrapper::getReferencedSOPInstanceUIDTag ( ) const
inline

Definition at line 72 of file mlDRTReferencedPatientSequenceWrapper.h.

◆ 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: