fix merge issue

merge-requests/594/head
Elham Rababah 5 years ago
parent 56a5209d92
commit cc7d64e9d1

@ -111,9 +111,11 @@ class PatientSearchViewModel extends BaseViewModel{
} }
} }
class PatientSearchViewModel extends BaseViewModel {
PatientInPatientService _inPatientService = PatientInPatientService _inPatientService =
locator<PatientInPatientService>(); locator<PatientInPatientService>();
List<PatiantInformtion> get _inPatientList => _inPatientService.inPatientList; List<PatiantInformtion> get _inPatientList => _inPatientService.inPatientList;
List<PatiantInformtion> filteredInPatientItems = List(); List<PatiantInformtion> filteredInPatientItems = List();
@ -156,4 +158,5 @@ class PatientSearchViewModel extends BaseViewModel {
} }
} }
} }

Loading…
Cancel
Save