From 6d2484e6ac8d6660641dce85d9014c40f53da16c Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Wed, 4 Sep 2024 16:03:15 +0300 Subject: [PATCH] ClinicID fix --- lib/pages/BookAppointment/QRCode.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/BookAppointment/QRCode.dart b/lib/pages/BookAppointment/QRCode.dart index 0327c8b1..e27a55bb 100644 --- a/lib/pages/BookAppointment/QRCode.dart +++ b/lib/pages/BookAppointment/QRCode.dart @@ -387,7 +387,7 @@ class _QRCodeState extends State { DoctorsListService service = new DoctorsListService(); - service.sendCheckinNfcRequest(widget!.patientShareResponse!.appointmentNo!, nfcId, widget.patientShareResponse!.projectID!, widget.patientShareResponse!.clinicID!, checkInBy, context).then((res) { + service.sendCheckinNfcRequest(widget!.patientShareResponse!.appointmentNo!, nfcId, widget.patientShareResponse!.projectID!, checkInBy, widget.patientShareResponse!.clinicID!, context).then((res) { print(res); GifLoaderDialogUtils.hideDialog(context);