Add start scan process from worklist and add scan protocal display in scan page.
This commit is contained in:
@@ -329,7 +329,7 @@ void ScanFormWidget::initEvents()
|
||||
DialogResult result = DialogManager::Default()->reuqestConfirmStartScan(patientInfo);
|
||||
if(result.ResultCode == QDialog::Accepted)
|
||||
{
|
||||
mPatInf->setPatientInformation(patientInfo->Copy());
|
||||
mPatInf->setPatientInformation(patientInfo->Copy(), static_cast<ScanProtocal>(result.ResultData.toInt()));
|
||||
LOG_USER_OPERATION(QString("Select Patient, ID: %1").arg(patientInfo->ID))
|
||||
EventCenter::Default()->triggerEvent(StartScanProcess, nullptr, patientInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user