MeVisLab Scripting Reference
|
#include <mlabPlainDicomTool.h>
Inherits MLABBaseDicomTool.
Inherited by MLABEchoSCU, and 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) |
This class handles setup and finalization of associations for MLABMoveSCU and MLABEchoSCU.
Derived classes need to implement the abstract virtual methods.
|
overrideprotectedvirtual |
Cancel does not really work for these tools.
Implements MLABBaseDicomTool.