add ID to api all
This commit is contained in:
@@ -88,6 +88,7 @@ class _PatientFilesState extends State<PatientFiles> {
|
|||||||
"app_id": widget.selectedPatient.app_id,
|
"app_id": widget.selectedPatient.app_id,
|
||||||
"fullName":
|
"fullName":
|
||||||
"${widget.selectedPatient.first_name} ${widget.selectedPatient.last_name}",
|
"${widget.selectedPatient.first_name} ${widget.selectedPatient.last_name}",
|
||||||
|
"id_no": widget.selectedPatient.id_no,
|
||||||
"docfname":
|
"docfname":
|
||||||
"DR. ${widget.signedInUser.fname} ${widget.signedInUser.lname}",
|
"DR. ${widget.signedInUser.fname} ${widget.signedInUser.lname}",
|
||||||
"startDate": startDateController.text,
|
"startDate": startDateController.text,
|
||||||
|
|||||||
Reference in New Issue
Block a user