From 1eed37988902122311552e79dc84a9da306b2450 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Mon, 13 Mar 2023 15:05:30 +0300 Subject: [PATCH] Lab result flowchart fix --- lib/widgets/data_display/medical/LabResult/LabResultWidget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/data_display/medical/LabResult/LabResultWidget.dart b/lib/widgets/data_display/medical/LabResult/LabResultWidget.dart index f2d8a693..9a974aef 100644 --- a/lib/widgets/data_display/medical/LabResult/LabResultWidget.dart +++ b/lib/widgets/data_display/medical/LabResult/LabResultWidget.dart @@ -194,7 +194,7 @@ class LabResultWidget extends StatelessWidget { context, FadePage( page: FlowChartPage( - filterName: filterName, + filterName: labResultList[i].description, patientLabOrder: patientLabOrder, ), ),