MeVisLab Scripting Reference
|
Public Slots | |
void | cancel () override |
void | setEncoding (Encoding enc) |
void | setOverrideKeys (const QVariantMap &keys) |
void | setQueryModel (QueryModel model) |
void | setTargetAET (const QString &aet) |
![]() | |
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 | |
void | receivedIntermediateStatus (unsigned short dimseStatus, unsigned short numberOfRemainingSubOperations, unsigned short numberOfCompletedSubOperations, unsigned short numberOfFailedSubOperations, unsigned short numberOfWarningSubOperations) |
![]() | |
void | finished (bool success) |
Additional Inherited Members | |
![]() | |
enum | Encoding { QueryEncoding , Latin1 , Utf8 } |
enum | QueryModel { } |
![]() | |
void | cancel () override |
Implements MoveSCU operation.
|
overrideslot |
Cancels asynchronous execution.
|
signal |
Connect to this signal to receive the current status as well as the number of finished and pending operations.
|
slot |
Sets the character encoding mode (see MLABBaseDicomTool::Encoding).
|
slot |
Sets values selecting the datasets.
|
slot |
Sets the query information model.
|
slot |
Sets the AET title of the target node.