MeVisLab Scripting Reference
MLABPlainDicomTool Class Referenceabstract
Inheritance diagram for MLABPlainDicomTool:
MLABBaseDicomTool MLABEchoSCU MLABMoveSCU

Protected Member Functions

void cancel () override
 

Additional Inherited Members

- Public Types inherited from MLABBaseDicomTool
enum  Encoding { QueryEncoding , Latin1 , Utf8 }
 
enum  QueryModel { }
 
- Public Slots inherited from MLABBaseDicomTool
QStringList getErrorMessages () const
 
bool run ()
 
void setCalledAET (const QString &aet)
 
void setCallingAET (const QString &aet)
 
bool start ()
 
bool wait (unsigned long time=ULONG_MAX)
 
- Signals inherited from MLABBaseDicomTool
void finished (bool success)
 

Detailed Description

This class handles setup and finalization of associations for MLABMoveSCU and MLABEchoSCU.

Derived classes need to implement the abstract virtual methods.

Member Function Documentation

◆ cancel()

void MLABPlainDicomTool::cancel ( )
overrideprotectedvirtual

Cancel does not really work for these tools.

Implements MLABBaseDicomTool.