Update API to update patient. Update mytextfield to table is editable paramiter. add edit page to edit user information.
This commit is contained in:
parent
deda00c955
commit
5a3f62c1ff
19 changed files with 375 additions and 26 deletions
|
|
@ -0,0 +1,6 @@
|
|||
class EditScreenArguments {
|
||||
final String useremail;
|
||||
final String selectedPatient;
|
||||
|
||||
EditScreenArguments({required this.useremail, required this.selectedPatient});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue