|
|
|
|
@ -9,6 +9,7 @@ import 'package:hmg_patient_app_new/presentation/e_referral/new_e_referral.dart'
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/home/navigation_screen.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/home_health_care/hhc_procedures_page.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/medical_file/medical_file_page.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/smartwatches/huawei_health_example.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/smartwatches/smartwatch_instructions_page.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/symptoms_checker/organ_selector_screen.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/symptoms_checker/possible_conditions_screen.dart';
|
|
|
|
|
@ -34,6 +35,7 @@ class AppRoutes {
|
|
|
|
|
static const String zoomCallPage = '/zoomCallPage';
|
|
|
|
|
static const String bloodDonationPage = '/bloodDonationPage';
|
|
|
|
|
static const String smartWatches = '/smartWatches';
|
|
|
|
|
static const String huaweiHealthExample = '/huaweiHealthExample';
|
|
|
|
|
|
|
|
|
|
//appointments
|
|
|
|
|
static const String bookAppointmentPage = '/bookAppointmentPage';
|
|
|
|
|
@ -72,6 +74,7 @@ class AppRoutes {
|
|
|
|
|
userInfoSelection: (context) => UserInfoSelectionScreen(),
|
|
|
|
|
userInfoFlowManager: (context) => UserInfoFlowManager(),
|
|
|
|
|
smartWatches: (context) => SmartwatchInstructionsPage(),
|
|
|
|
|
huaweiHealthExample: (context) => HuaweiHealthExample(),
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
};
|
|
|
|
|
|