|
|
|
|
@ -46,7 +46,11 @@ class _LaboratoryResultPageState extends State<LaboratoryResultPage> {
|
|
|
|
|
itemBuilder: (context, index) => LaboratoryResultWidget(
|
|
|
|
|
onTap: () async {
|
|
|
|
|
GifLoaderDialogUtils.showMyDialog(context);
|
|
|
|
|
await model.sendLabReportEmail(patientLabOrder: widget.patientLabOrders, mes: TranslationBase.of(context).sendSuc, userObj: projectViewModel.user, isVidaPlus: Utils.isVidaPlusProject(projectViewModel, num.parse(widget.patientLabOrders.projectID)));
|
|
|
|
|
await model.sendLabReportEmail(
|
|
|
|
|
patientLabOrder: widget.patientLabOrders,
|
|
|
|
|
mes: TranslationBase.of(context).sendSuc,
|
|
|
|
|
userObj: projectViewModel.user,
|
|
|
|
|
isVidaPlus: Utils.isVidaPlusProject(projectViewModel, num.parse(widget.patientLabOrders.projectID)));
|
|
|
|
|
GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
|
},
|
|
|
|
|
billNo: widget.patientLabOrders.invoiceNo,
|
|
|
|
|
|