MeVisLab Toolbox Reference
DRTReferencedStudySequenceWrapper Class Reference

#include <mlDRTReferencedStudySequenceWrapper.h>

Inheritance diagram for DRTReferencedStudySequenceWrapper:

Public Slots

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

◆ 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

\script

◆ getReferencedSOPClassUIDTag()

QString DRTReferencedStudySequenceWrapper::getReferencedSOPClassUIDTag ( ) const
inline

Definition at line 70 of file mlDRTReferencedStudySequenceWrapper.h.

◆ getReferencedSOPInstanceUIDTag()

QString DRTReferencedStudySequenceWrapper::getReferencedSOPInstanceUIDTag ( ) const
inline

Definition at line 72 of file mlDRTReferencedStudySequenceWrapper.h.

◆ getWrappedSequence()

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

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