From fa7cab936517be02977499029df47d3f95a69812 Mon Sep 17 00:00:00 2001 From: Matthew Gray Date: Mon, 14 Dec 2020 13:15:04 +0000 Subject: [PATCH] Open topics: 1) Typo in Hypo Temp Target - FIXED. 2) Profile switching I:C answer (negate text or expected answer) - FIXED. 3) Douplicated copy in wrongcarbs - FIXED. 4) Possible other strategy in insulin delivery/entry errors. - FIXED. --- .../constraints/objectives/objectives/Objective2.java | 2 +- app/src/main/res/values/exam.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.java b/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.java index 298640f43a..504b51e21a 100644 --- a/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.java +++ b/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.java @@ -72,7 +72,7 @@ public class Objective2 extends Objective { tasks.add(new ExamTask(R.string.profileswitch_label, R.string.profileswitch_pctwillchange,"profileswitch") .option(new Option(R.string.profileswitch_basallower, true)) .option(new Option(R.string.profileswitch_isfhigher, true)) - .option(new Option(R.string.profileswitch_iclower, true)) + .option(new Option(R.string.profileswitch_iclower, false)) .option(new Option(R.string.profileswitch_unchanged, false)) .hint(new Hint(R.string.profileswitch_hint1)) ); diff --git a/app/src/main/res/values/exam.xml b/app/src/main/res/values/exam.xml index fb43c28f0b..11bc1b4f26 100644 --- a/app/src/main/res/values/exam.xml +++ b/app/src/main/res/values/exam.xml @@ -12,7 +12,7 @@ To correct for hypos caused by incorrect basal rate settings. To prevent AndroidAPS from overcorrecting for a blood glucose rise caused by the fast acting carbs used to treat a hypo. To correct for a hypo induced as a result of exercise. - To prevent blood glucose from going low of there is already a 0% temporary basal rate running. + To prevent blood glucose from going low if there is already a 0% temporary basal rate running. https://androidaps.readthedocs.io/en/latest/EN/Usage/temptarget.html Which profile can be used and configured offline? Topic: Offline Profile @@ -126,7 +126,7 @@ Carb Entry Errors What should you do if you’ve made an incorrect carb entry? Delete the incorrect entry in Treatments and enter the correct new carb value. - Bolus with insulin using the Insulin (bolus) button in Overview.  + Bolus with insulin using the infusion set prime menu. Do nothing – AndroidAPS will make the appropriate adjustments. Bolus with insulin using the Insulin (bolus) button in Overview. Insulin delivery/entry errors @@ -143,7 +143,7 @@ Positive IOB for a substantial period suggests insulin resistance or unannounced meals. Carb entry and boluses Only grams should be used for estimating and recording carbohydrates consumed. - DAFNE "CHO" exchanges or European "Bread Units" are acceptable provided the appropriate I:C ratios are specified in profiles. + Carbohydrates consumed can be recorded using an appropriate exchange system (e.g. DAFNE "CHO" exchanges or European "Bread Units") are acceptable provided the appropriate I:C ratios are specified in profiles. AndroidAPS uses a dynamic model to estimate carb “decay” and calculate COB. If blood glucose levels are outside acceptable values (too low or too high) the bolus calculator should be used to provide suggestions for carb or insulin corrections. https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#insulin-to-carb-ratio-ic-g-u @@ -164,7 +164,7 @@ Insulin Sensitivity Factor (ISF) Raising ISF values will lead to more insulin delivery to cover a specific amount of carbs. Reducing ISF values lead to more insulin delivery to correct for an above target blood glucose. - Raising or lowering ISF values will not affect the insulin delivery when AndroidAPS corrects for a below-target blood glucose. + Raising or lowering ISF has no effect on insulin delivery when blood glucose levels are below target. ISF should be entered in your AndroidAPS Preferences. Changing the ISF value in your profile is enough to apply the change. https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#insulin-sensitivity-factor-isf-mmol-l-u-or-mg-dl-u @@ -179,7 +179,7 @@ When specifying a 90% profile switch, which answers are true? Basal rates will be 10% lower. ISF will be 10% higher. - I:C ratios will be 10% lower. + The value of the I:C ratio will be a 10% lower number. ISF and I:C rations will be unchanged. https://androidaps.readthedocs.io/en/latest/EN/Usage/Profiles.html?highlight=profile%20switch#profile-switch Profile Switching