From 098aabe25cfd9cade98643c009d61febf94a8d79 Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Tue, 20 Aug 2024 14:34:12 +0200 Subject: [PATCH] add ID to api all --- Frontend/patient_manager/lib/components/patientFiles.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/Frontend/patient_manager/lib/components/patientFiles.dart b/Frontend/patient_manager/lib/components/patientFiles.dart index b97defb1..bc3656d8 100644 --- a/Frontend/patient_manager/lib/components/patientFiles.dart +++ b/Frontend/patient_manager/lib/components/patientFiles.dart @@ -88,6 +88,7 @@ class _PatientFilesState extends State { "app_id": widget.selectedPatient.app_id, "fullName": "${widget.selectedPatient.first_name} ${widget.selectedPatient.last_name}", + "id_no": widget.selectedPatient.id_no, "docfname": "DR. ${widget.signedInUser.fname} ${widget.signedInUser.lname}", "startDate": startDateController.text,