Change editpatientform to a only detail display widget.
This commit is contained in:
@@ -247,7 +247,6 @@ SelectFormWidget::SelectFormWidget(QWidget* parent) :
|
||||
dialog.setAlertMessage(QString(tr("Delete Patient \"%1\" ?")).arg(pat_name));
|
||||
if (dialog.exec() != QDialog::Accepted) return;
|
||||
// need delete clear edit panel detail
|
||||
edit_patient->setEditEnable(false);
|
||||
edit_patient->clearPatientInformation();
|
||||
model->setData(model->index(table->currentIndex().row(), PatientInformationEnum::Flag), 9);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user