update patient view arguments to include business & business user
This commit is contained in:
parent
351ce0d6a7
commit
d1f0d9045d
10 changed files with 44 additions and 20 deletions
|
|
@ -108,6 +108,8 @@ class _PatientViewState extends State<PatientViewPersonal> {
|
|||
patientIndex: snapshot.data!.idpatients,
|
||||
selectedPatient: snapshot.data!,
|
||||
signedInUser: widget.arguments.signedInUser,
|
||||
business: widget.arguments.business,
|
||||
businessUser: widget.arguments.businessUser,
|
||||
type: widget.arguments.type,
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue