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