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
|
|
@ -18,11 +18,15 @@ class BusinessArguments {
|
|||
class PatientViewArguments {
|
||||
final AppUser signedInUser;
|
||||
final Patient? selectedPatient;
|
||||
final BusinessUser? businessUser;
|
||||
final Business? business;
|
||||
final String type;
|
||||
|
||||
PatientViewArguments(
|
||||
this.signedInUser,
|
||||
this.selectedPatient,
|
||||
this.businessUser,
|
||||
this.business,
|
||||
this.type,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue