From 320af7d9e00462e768000a7f4f8acff5d6fad33b Mon Sep 17 00:00:00 2001 From: Sultan khan <> Date: Tue, 10 Oct 2023 16:09:17 +0300 Subject: [PATCH] patch allergies updated. --- .../profile/soap_update/subjective/update_subjective_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/patients/profile/soap_update/subjective/update_subjective_page.dart b/lib/screens/patients/profile/soap_update/subjective/update_subjective_page.dart index 6d7c7f51..de4fa392 100644 --- a/lib/screens/patients/profile/soap_update/subjective/update_subjective_page.dart +++ b/lib/screens/patients/profile/soap_update/subjective/update_subjective_page.dart @@ -270,6 +270,6 @@ class _UpdateSubjectivePageState extends State implements @override Function nextFunction(model) { - addSubjectiveInfo(model: model, myAllergiesList: myAllergiesList, myHistoryList: myHistoryList); + addSubjectiveInfo(model: model, myAllergiesList: myAllergiesList.where((i) => i.isChecked).toList(), myHistoryList: myHistoryList); } }