From b4a7508f7c01ea8b2429f55f3655e37f33854bac Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 3 Mar 2026 14:34:12 +0300 Subject: [PATCH] updates --- .../book_appointment/doctor_profile_page.dart | 4 ++++ .../immediate_livecare_pending_request_page.dart | 2 +- .../widgets/tracker_last_value_card.dart | 12 +++++++++++- lib/routes/app_routes.dart | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/lib/presentation/book_appointment/doctor_profile_page.dart b/lib/presentation/book_appointment/doctor_profile_page.dart index c62404a..25cda6b 100644 --- a/lib/presentation/book_appointment/doctor_profile_page.dart +++ b/lib/presentation/book_appointment/doctor_profile_page.dart @@ -172,6 +172,10 @@ class DoctorProfilePage extends StatelessWidget { child: CustomButton( text: LocaleKeys.viewAvailableAppointments.tr(), onPressed: () async { + bookAppointmentsViewModel.selectedDoctor.speciality = bookAppointmentsViewModel.doctorsProfileResponseModel.specialty; + bookAppointmentsViewModel.selectedDoctor.specialityN = bookAppointmentsViewModel.doctorsProfileResponseModel.specialty; + bookAppointmentsViewModel.selectedDoctor.name = bookAppointmentsViewModel.doctorsProfileResponseModel.doctorName; + bookAppointmentsViewModel.selectedDoctor.name = bookAppointmentsViewModel.doctorsProfileResponseModel.doctorName; LoaderBottomSheet.showLoader(); bookAppointmentsViewModel.isLiveCareSchedule ? await bookAppointmentsViewModel.getLiveCareDoctorFreeSlots( diff --git a/lib/presentation/book_appointment/livecare/immediate_livecare_pending_request_page.dart b/lib/presentation/book_appointment/livecare/immediate_livecare_pending_request_page.dart index 08543d2..da12f3e 100644 --- a/lib/presentation/book_appointment/livecare/immediate_livecare_pending_request_page.dart +++ b/lib/presentation/book_appointment/livecare/immediate_livecare_pending_request_page.dart @@ -117,7 +117,7 @@ class _ImmediateLiveCarePendingRequestPageState extends State UserInfoSelectionPage(), userInfoFlowManager: (context) => UserInfoFlowManager(), smartWatches: (context) => SmartwatchHomePage(), - huaweiHealthExample: (context) => HuaweiHealthExample(), + // huaweiHealthExample: (context) => HuaweiHealthExample(), covid19Test: (context) => Covid19LandingPage(), waterConsumptionPage: (context) => WaterConsumptionPage(), waterMonitorSettingsPage: (context) => WaterMonitorSettingsPage(),