MeVisLab Toolbox Reference
DRTReferencedStudySequenceWrapper Class Reference

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

#include <mlDRTReferencedStudySequenceWrapper.h>

Inheritance diagram for DRTReferencedStudySequenceWrapper:

Public Slots

Access to wrapped DRTReferencedStudySequence object.

\script

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

Public Member Functions

 DRTReferencedStudySequenceWrapper (ml::DcmDRTReferencedStudySequenceInterface *wrappedSequence)
 
 DRTReferencedStudySequenceWrapper (const DRTReferencedStudySequenceWrapper &toCopy)
 
DRTReferencedStudySequenceWrapperoperator= (const DRTReferencedStudySequenceWrapper &toCopy)
 
ml::DcmDRTReferencedStudySequenceInterface getWrappedSequence () const
 
QString getReferencedSOPClassUIDTag () const
 
QString getReferencedSOPInstanceUIDTag () const
 

Detailed Description

A class that wraps DRTReferencedStudySequence Item for use in Python.

\script

Definition at line 45 of file mlDRTReferencedStudySequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTReferencedStudySequenceWrapper() [1/2]

DRTReferencedStudySequenceWrapper::DRTReferencedStudySequenceWrapper ( ml::DcmDRTReferencedStudySequenceInterface * wrappedSequence)
inline

Definition at line 51 of file mlDRTReferencedStudySequenceWrapper.h.

◆ DRTReferencedStudySequenceWrapper() [2/2]

DRTReferencedStudySequenceWrapper::DRTReferencedStudySequenceWrapper ( const DRTReferencedStudySequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTReferencedStudySequenceWrapper::addItem ( )
slot

◆ getItem

QVariant DRTReferencedStudySequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTReferencedStudySequenceWrapper::getNumberOfItems ( ) const
slot

◆ getReferencedSOPClassUIDTag()

QString DRTReferencedStudySequenceWrapper::getReferencedSOPClassUIDTag ( ) const
inline

◆ getReferencedSOPInstanceUIDTag()

QString DRTReferencedStudySequenceWrapper::getReferencedSOPInstanceUIDTag ( ) const
inline

◆ getWrappedSequence()

ml::DcmDRTReferencedStudySequenceInterface DRTReferencedStudySequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTReferencedStudySequenceWrapper.h.

◆ insertItem

bool DRTReferencedStudySequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

◆ removeItem

bool DRTReferencedStudySequenceWrapper::removeItem ( int idx)
slot

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