feat: Add start scan process and stop scan process in user operation log.
This commit is contained in:
@@ -162,10 +162,12 @@ void ScanFormWidget::initCommandWidget(QHBoxLayout *layout)
|
||||
{
|
||||
if(mStartScanButton->isChecked())
|
||||
{
|
||||
LOG_USER_OPERATION(QString("Start Scan Process, ID: %1").arg(mPatInf->getPatientID()));
|
||||
EventCenter::Default()->triggerEvent(GUIEvents::StartScanProcess, nullptr, nullptr);
|
||||
}
|
||||
else
|
||||
{
|
||||
LOG_USER_OPERATION(QString("Stop Scan Process, ID: %1").arg(mPatInf->getPatientID()));
|
||||
EventCenter::Default()->triggerEvent(GUIEvents::StopScanProcess, nullptr, nullptr);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user