ClinicID fix

dev_v_3.13.6_CR_6804
haroon amjad 1 year ago
parent f714d17686
commit 6d2484e6ac

@ -387,7 +387,7 @@ class _QRCodeState extends State<QRCode> {
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);

Loading…
Cancel
Save