Scan phase 2, message change.
This commit is contained in:
@@ -255,7 +255,7 @@ void DeviceManager::scanProcess(int sProgress) {
|
|||||||
// enter phase 2
|
// enter phase 2
|
||||||
if ((scanPhase = phase) == 2) {
|
if ((scanPhase = phase) == 2) {
|
||||||
if (!AppGlobalValues::EmptyScanFlag().toBool() && JsonObject::Instance()->getScanConfirm()) {
|
if (!AppGlobalValues::EmptyScanFlag().toBool() && JsonObject::Instance()->getScanConfirm()) {
|
||||||
var.setValue(QString("Waiting for patient to start scan!\r\n Click \"Next\" to continue!"));
|
var.setValue(QString("Waiting for operator to start scan!\r\n Click \"Next\" to continue!"));
|
||||||
TRIGGER_EVENT(InvokeOperationPending, nullptr, (QObject *) &var);
|
TRIGGER_EVENT(InvokeOperationPending, nullptr, (QObject *) &var);
|
||||||
exitScanTimer();
|
exitScanTimer();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user