|
|
|
|
@ -6,24 +6,25 @@ import 'package:doctor_app_flutter/screens/patients/profile/UCAF/UCAF-detail-scr
|
|
|
|
|
import 'package:doctor_app_flutter/screens/patients/profile/UCAF/UCAF-input-screen.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/patients/profile/lab_result/labs_home_page.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/patients/profile/note/progress_note_screen.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/patients/profile/radiology/radiology_home_page.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/patients/profile/prescriptions/in_patient_prescription_details_screen.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/patients/profile/radiology/radiology_home_page.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/patients/profile/referral/refer-patient-screen-in-patient.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/patients/profile/soap_update/update_soap_index.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/prescription/prescriptions_page.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/procedures/procedure_screen.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/sick-leave/add-sickleave.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/sick-leave/show-sickleave.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/procedures/procedure_screen.dart';
|
|
|
|
|
|
|
|
|
|
import './screens/auth/login_screen.dart';
|
|
|
|
|
import './screens/auth/verification_methods_screen.dart';
|
|
|
|
|
import './screens/patients/patients_screen.dart';
|
|
|
|
|
import './screens/patients/profile/patient_profile_screen.dart';
|
|
|
|
|
import 'screens/patients/profile/note/progress_note_screen.dart';
|
|
|
|
|
import './screens/patients/profile/vital_sign/vital_sign_details_screen.dart';
|
|
|
|
|
import 'landing_page.dart';
|
|
|
|
|
import 'screens/patients/profile/admission-request/admission-request-first-screen.dart';
|
|
|
|
|
import 'screens/patients/profile/admission-request/admission-request-third-screen.dart';
|
|
|
|
|
import 'screens/patients/profile/admission-request/admission-request_second-screen.dart';
|
|
|
|
|
import 'screens/patients/profile/note/progress_note_screen.dart';
|
|
|
|
|
import 'screens/patients/profile/referral/my-referral-detail-screen.dart';
|
|
|
|
|
import 'screens/patients/profile/referral/refer-patient-screen.dart';
|
|
|
|
|
|
|
|
|
|
|