|
|
|
@ -220,7 +220,9 @@ class _ProcedureCheckOutScreenState extends State<ProcedureCheckOutScreen> {
|
|
|
|
Navigator.pop(context);
|
|
|
|
Navigator.pop(context);
|
|
|
|
await model.preparePostProcedure(
|
|
|
|
await model.preparePostProcedure(
|
|
|
|
entityList: entityList, patient: widget.patient, remarks: remarksController.text);
|
|
|
|
entityList: entityList, patient: widget.patient, remarks: remarksController.text);
|
|
|
|
|
|
|
|
if(Navigator.canPop(context))
|
|
|
|
Navigator.pop(context);
|
|
|
|
Navigator.pop(context);
|
|
|
|
|
|
|
|
if(Navigator.canPop(context))
|
|
|
|
Navigator.pop(context);
|
|
|
|
Navigator.pop(context);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|