new Pat manager files

This commit is contained in:
2025-03-04 09:06:16 +02:00
parent 5e11e4522a
commit eff4fae83e
15 changed files with 2253 additions and 168 deletions

View File

@@ -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,
),
);
},