Make select patient can change to scan page.

This commit is contained in:
sunwen
2024-05-06 13:26:57 +08:00
parent e55a13ccfd
commit 172446f6d3
5 changed files with 21 additions and 8 deletions

View File

@@ -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);