fix DA-149

merge-requests/298/head
Elham Rababah 5 years ago
parent 248367fbe9
commit ff33afd124

@ -12,9 +12,9 @@ class MySelectedExamination {
MySelectedExamination( MySelectedExamination(
{this.selectedExamination, {this.selectedExamination,
this.remark, this.remark,
this.isNormal = true, this.isNormal = false,
this.isAbnormal = false, this.isAbnormal = false,
this.notExamined = false, this.notExamined = true,
this.isNew = true, this.isNew = true,
this.createdBy}); this.createdBy});

Loading…
Cancel
Save