Make select patient can change to scan page.
This commit is contained in:
@@ -329,8 +329,9 @@ void ScanFormWidget::initEvents()
|
||||
DialogResult result = DialogManager::Default()->reuqestConfirmStartScan(patientInfo);
|
||||
if(result.ResultCode == QDialog::Accepted)
|
||||
{
|
||||
|
||||
mPatInf->setPatientInformation(patientInfo->Copy());
|
||||
LOG_USER_OPERATION(QString("Select Patient, ID: %1").arg(patientInfo->ID))
|
||||
EventCenter::Default()->triggerEvent(StartScanProcess, nullptr, patientInfo);
|
||||
}
|
||||
|
||||
// mBtnScan->setEnabled(true);
|
||||
|
||||
Reference in New Issue
Block a user