|
|
|
|
@ -120,7 +120,6 @@ void setupLocator() {
|
|
|
|
|
locator.registerLazySingleton(() => HomeHealthCareService());
|
|
|
|
|
locator.registerLazySingleton(() => CMCService());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
locator.registerLazySingleton(() => PatientSickLeaveService());
|
|
|
|
|
locator.registerLazySingleton(() => MyBalanceService());
|
|
|
|
|
locator.registerLazySingleton(() => BloodSugarService());
|
|
|
|
|
@ -150,7 +149,6 @@ void setupLocator() {
|
|
|
|
|
locator.registerLazySingleton(() => PharmacyModuleService());
|
|
|
|
|
locator.registerLazySingleton(() => OrderPreviewService());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// View Model
|
|
|
|
|
locator.registerFactory(() => HospitalViewModel());
|
|
|
|
|
locator.registerFactory(() => PharmacyViewModel());
|
|
|
|
|
@ -181,8 +179,6 @@ void setupLocator() {
|
|
|
|
|
locator.registerFactory(() => UserInformationViewModel());
|
|
|
|
|
locator.registerFactory(() => VaccinationTableViewModel());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
locator.registerFactory(() => AddNewChildViewModel());
|
|
|
|
|
locator.registerFactory(() => H2OViewModel());
|
|
|
|
|
locator.registerFactory(() => BloodSugarViewMode());
|
|
|
|
|
@ -196,9 +192,6 @@ void setupLocator() {
|
|
|
|
|
locator.registerFactory(() => HomeHealthCareViewModel());
|
|
|
|
|
locator.registerFactory(() => CMCViewModel());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
locator.registerFactory(() => PharmacyModuleViewModel());
|
|
|
|
|
locator.registerFactory(() => OrderPreviewViewModel());
|
|
|
|
|
|
|
|
|
|
|