new Pat manager files
This commit is contained in:
parent
5e11e4522a
commit
eff4fae83e
15 changed files with 2253 additions and 168 deletions
|
|
@ -400,10 +400,11 @@ class _MIHHomeState extends State<MIHHome> {
|
|||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
'/patient-manager',
|
||||
arguments: BusinessArguments(
|
||||
arguments: PatManagerArguments(
|
||||
widget.signedInUser,
|
||||
widget.businessUser,
|
||||
widget.personalSelected,
|
||||
widget.business,
|
||||
widget.businessUser,
|
||||
),
|
||||
);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue