@@ -20,8 +20,8 @@ class _EyeRiskScreenState extends State<EyeRiskScreen> {
boolisPositive=false;
doubleriskScore=0;
finalStringpositiveMsg="Based on your score, you are likely to have diabetes. Seeing your doctor is the critical next step to determining if you have diabetes.";
finalStringnegativeMsg="Based on your risk score, your diabetes risk is low, continue having a healty life style.";
finalStringpositiveMsg="Based on your score, you are likely to have an eye risk. Seeing your doctor is the critical next step to determining if you have a eye risk.";
finalStringnegativeMsg="Based on your risk score, your eye risk is low.";
voidsetResult()async{
setState((){
...
...
@@ -106,7 +106,7 @@ class _EyeRiskScreenState extends State<EyeRiskScreen> {
@@ -21,9 +21,8 @@ class _HeartRiskScreenState extends State<HeartRiskScreen> {
boolisPositive=false;
doubleriskScore=0;
finalStringpositiveMsg="Based on your score, you are likely to have diabetes. Seeing your doctor is the critical next step to determining if you have diabetes.";
finalnegativeMsg="Based on your risk score, your diabetes risk is low, continue having a healty life style.";
finalStringpositiveMsg="Based on your score, you are likely to have heart risk. Seeing your doctor is the critical next step to determining if you have heart risk.";
finalnegativeMsg="Based on your risk score, your heart risk is low.";
voidsetResult()async{
setState((){
...
...
@@ -106,7 +105,7 @@ class _HeartRiskScreenState extends State<HeartRiskScreen> {
@@ -20,8 +20,8 @@ class _KidneyRiskScreenState extends State<KidneyRiskScreen> {
boolisPositive=false;
doubleriskScore=0;
finalStringpositiveMsg="Based on your score, you are likely to have diabetes. Seeing your doctor is the critical next step to determining if you have diabetes.";
finalStringnegativeMsg="Based on your risk score, your diabetes risk is low, continue having a healty life style.";
finalStringpositiveMsg="Based on your score, you are likely to have kidney risk. Seeing your doctor is the critical next step to determining if you have kidney risk.";
finalStringnegativeMsg="Based on your risk score, your kidney risk is low.";
voidsetResult()async{
setState((){
...
...
@@ -106,7 +106,7 @@ class _KidneyRiskScreenState extends State<KidneyRiskScreen> {