add ID to api all
This commit is contained in:
parent
6b41f20fad
commit
098aabe25c
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ class _PatientFilesState extends State<PatientFiles> {
|
|||
"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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue