Fix EditPatientDialog comment.
This commit is contained in:
@@ -208,7 +208,7 @@ bool EditPatientDialog::updateReferenceData()
|
|||||||
}
|
}
|
||||||
inf->Sex = btnSex->text() == tr("Female") ? "F" : (tr("Male") == btnSex->text() ? "M" : "O");
|
inf->Sex = btnSex->text() == tr("Female") ? "F" : (tr("Male") == btnSex->text() ? "M" : "O");
|
||||||
inf->BirthDate = btnDate->text();
|
inf->BirthDate = btnDate->text();
|
||||||
inf->Comment = te_comment->toPlainText();
|
//inf->Comment = te_comment->toPlainText();
|
||||||
|
|
||||||
#define ADD_PATIENT_PROPERTY(val)\
|
#define ADD_PATIENT_PROPERTY(val)\
|
||||||
model->setData(model->index(selectedRow,PatientInformationEnum:: val),inf-> val);
|
model->setData(model->index(selectedRow,PatientInformationEnum:: val),inf-> val);
|
||||||
|
|||||||
Reference in New Issue
Block a user