forked from yaso_meth/mih-project
add selected patient, business and business user
This commit is contained in:
@@ -90,7 +90,10 @@ class _PatientViewState extends State<PatientView> {
|
||||
width: 660,
|
||||
child: PatientNotes(
|
||||
patientAppId: snapshot.data!.app_id,
|
||||
selectedPatient: snapshot.data!,
|
||||
signedInUser: widget.arguments.signedInUser,
|
||||
business: widget.arguments.business,
|
||||
businessUser: widget.arguments.businessUser,
|
||||
type: widget.arguments.type,
|
||||
),
|
||||
),
|
||||
|
||||
@@ -98,7 +98,10 @@ class _PatientViewState extends State<PatientViewPersonal> {
|
||||
width: 660,
|
||||
child: PatientNotes(
|
||||
patientAppId: snapshot.data!.app_id,
|
||||
selectedPatient: snapshot.data!,
|
||||
signedInUser: widget.arguments.signedInUser,
|
||||
business: widget.arguments.business,
|
||||
businessUser: widget.arguments.businessUser,
|
||||
type: widget.arguments.type,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user