|
|
|
@ -26,7 +26,6 @@ import 'core/service/patient/DischargedPatientService.dart';
|
|
|
|
import 'core/service/patient/LiveCarePatientServices.dart';
|
|
|
|
import 'core/service/patient/LiveCarePatientServices.dart';
|
|
|
|
import 'core/service/patient/MyReferralPatientService.dart';
|
|
|
|
import 'core/service/patient/MyReferralPatientService.dart';
|
|
|
|
import 'core/service/patient/PatientMuseService.dart';
|
|
|
|
import 'core/service/patient/PatientMuseService.dart';
|
|
|
|
import 'core/service/patient/PatientRegisterService.dart';
|
|
|
|
|
|
|
|
import 'core/service/patient/ReferralService.dart';
|
|
|
|
import 'core/service/patient/ReferralService.dart';
|
|
|
|
import 'core/service/patient/out_patient_service.dart';
|
|
|
|
import 'core/service/patient/out_patient_service.dart';
|
|
|
|
import 'core/service/patient/patient-doctor-referral-service.dart';
|
|
|
|
import 'core/service/patient/patient-doctor-referral-service.dart';
|
|
|
|
@ -54,7 +53,6 @@ import 'core/viewModel/LiveCarePatientViewModel.dart';
|
|
|
|
import 'core/viewModel/PatientMedicalReportViewModel.dart';
|
|
|
|
import 'core/viewModel/PatientMedicalReportViewModel.dart';
|
|
|
|
import 'core/viewModel/PatientMuseViewModel.dart';
|
|
|
|
import 'core/viewModel/PatientMuseViewModel.dart';
|
|
|
|
import 'core/viewModel/PatientRegistrationViewModel.dart';
|
|
|
|
import 'core/viewModel/PatientRegistrationViewModel.dart';
|
|
|
|
import 'core/viewModel/PatientRegisterViewModel.dart';
|
|
|
|
|
|
|
|
import 'core/viewModel/PatientSearchViewModel.dart';
|
|
|
|
import 'core/viewModel/PatientSearchViewModel.dart';
|
|
|
|
import 'core/viewModel/SOAP_view_model.dart';
|
|
|
|
import 'core/viewModel/SOAP_view_model.dart';
|
|
|
|
import 'core/viewModel/doctor_replay_view_model.dart';
|
|
|
|
import 'core/viewModel/doctor_replay_view_model.dart';
|
|
|
|
@ -110,7 +108,6 @@ void setupLocator() {
|
|
|
|
locator.registerLazySingleton(() => AnalyticsService());
|
|
|
|
locator.registerLazySingleton(() => AnalyticsService());
|
|
|
|
locator.registerLazySingleton(() => OperationReportService());
|
|
|
|
locator.registerLazySingleton(() => OperationReportService());
|
|
|
|
locator.registerLazySingleton(() => PendingOrderService());
|
|
|
|
locator.registerLazySingleton(() => PendingOrderService());
|
|
|
|
locator.registerLazySingleton(() => PatientRegisterService());
|
|
|
|
|
|
|
|
locator.registerLazySingleton(() => PatientRegistrationService());
|
|
|
|
locator.registerLazySingleton(() => PatientRegistrationService());
|
|
|
|
|
|
|
|
|
|
|
|
/// View Model
|
|
|
|
/// View Model
|
|
|
|
@ -143,5 +140,5 @@ void setupLocator() {
|
|
|
|
locator.registerFactory(() => OperationReportViewModel());
|
|
|
|
locator.registerFactory(() => OperationReportViewModel());
|
|
|
|
locator.registerFactory(() => PatientRegistrationViewModel());
|
|
|
|
locator.registerFactory(() => PatientRegistrationViewModel());
|
|
|
|
locator.registerFactory(() => PendingOrdersViewModel());
|
|
|
|
locator.registerFactory(() => PendingOrdersViewModel());
|
|
|
|
locator.registerFactory(() => PatientRegisterViewModel());
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|