add selected patient, business and business user
This commit is contained in:
parent
69c52e5369
commit
9b9f678d3d
2 changed files with 6 additions and 0 deletions
|
|
@ -90,7 +90,10 @@ class _PatientViewState extends State<PatientView> {
|
||||||
width: 660,
|
width: 660,
|
||||||
child: PatientNotes(
|
child: PatientNotes(
|
||||||
patientAppId: snapshot.data!.app_id,
|
patientAppId: snapshot.data!.app_id,
|
||||||
|
selectedPatient: snapshot.data!,
|
||||||
signedInUser: widget.arguments.signedInUser,
|
signedInUser: widget.arguments.signedInUser,
|
||||||
|
business: widget.arguments.business,
|
||||||
|
businessUser: widget.arguments.businessUser,
|
||||||
type: widget.arguments.type,
|
type: widget.arguments.type,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,10 @@ class _PatientViewState extends State<PatientViewPersonal> {
|
||||||
width: 660,
|
width: 660,
|
||||||
child: PatientNotes(
|
child: PatientNotes(
|
||||||
patientAppId: snapshot.data!.app_id,
|
patientAppId: snapshot.data!.app_id,
|
||||||
|
selectedPatient: snapshot.data!,
|
||||||
signedInUser: widget.arguments.signedInUser,
|
signedInUser: widget.arguments.signedInUser,
|
||||||
|
business: widget.arguments.business,
|
||||||
|
businessUser: widget.arguments.businessUser,
|
||||||
type: widget.arguments.type,
|
type: widget.arguments.type,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue