|
@@ -65,7 +65,7 @@ enum SettingItems {
|
|
|
SettingItem(
|
|
SettingItem(
|
|
|
title: "Units and Limits",
|
|
title: "Units and Limits",
|
|
|
view: .unitsAndLimits,
|
|
view: .unitsAndLimits,
|
|
|
- searchContents: ["Glucose Units", "Max Basal", "Max Bolus", "Max IOB", "Max COB"],
|
|
|
|
|
|
|
+ searchContents: ["Glucose Units", "Max Basal", "Max Bolus", "Max IOB", "Max COB", "Minimum Safety Threshold"],
|
|
|
path: ["Therapy Settings", "Units and Limits"]
|
|
path: ["Therapy Settings", "Units and Limits"]
|
|
|
),
|
|
),
|
|
|
SettingItem(title: "Basal Rates", view: .basalProfileEditor, path: ["Therapy Settings"]),
|
|
SettingItem(title: "Basal Rates", view: .basalProfileEditor, path: ["Therapy Settings"]),
|
|
@@ -97,9 +97,7 @@ enum SettingItems {
|
|
|
"Enable UAM",
|
|
"Enable UAM",
|
|
|
"Max SMB Basal Minutes",
|
|
"Max SMB Basal Minutes",
|
|
|
"Max UAM SMB Basal Minutes",
|
|
"Max UAM SMB Basal Minutes",
|
|
|
- "Max Delta-BG Threshold SMB",
|
|
|
|
|
- "SMB Delivery Ratio",
|
|
|
|
|
- "SMB Interval"
|
|
|
|
|
|
|
+ "Max Delta-BG Threshold SMB"
|
|
|
],
|
|
],
|
|
|
path: ["Algorithm", "Super Micro Bolus (SMB)"]
|
|
path: ["Algorithm", "Super Micro Bolus (SMB)"]
|
|
|
),
|
|
),
|
|
@@ -114,8 +112,7 @@ enum SettingItems {
|
|
|
"AF",
|
|
"AF",
|
|
|
"Sigmoid Adjustment Factor",
|
|
"Sigmoid Adjustment Factor",
|
|
|
"Weighted Average of TDD",
|
|
"Weighted Average of TDD",
|
|
|
- "Adjust Basal",
|
|
|
|
|
- "Minimum Safety Threshold"
|
|
|
|
|
|
|
+ "Adjust Basal"
|
|
|
],
|
|
],
|
|
|
path: ["Algorithm", "Dynamic Sensitivity"]
|
|
path: ["Algorithm", "Dynamic Sensitivity"]
|
|
|
),
|
|
),
|
|
@@ -143,6 +140,8 @@ enum SettingItems {
|
|
|
"Skip Neutral Temps",
|
|
"Skip Neutral Temps",
|
|
|
"Unsuspend If No Temp",
|
|
"Unsuspend If No Temp",
|
|
|
"Suspend Zeros IOB",
|
|
"Suspend Zeros IOB",
|
|
|
|
|
+ "SMB Delivery Ratio",
|
|
|
|
|
+ "SMB Interval",
|
|
|
"Min 5m Carbimpact",
|
|
"Min 5m Carbimpact",
|
|
|
"Remaining Carbs Fraction",
|
|
"Remaining Carbs Fraction",
|
|
|
"Remaining Carbs Cap",
|
|
"Remaining Carbs Cap",
|
|
@@ -162,7 +161,8 @@ enum SettingItems {
|
|
|
"Enable Fatty Meal Factor",
|
|
"Enable Fatty Meal Factor",
|
|
|
"Fatty Meal Factor",
|
|
"Fatty Meal Factor",
|
|
|
"Enable Super Bolus",
|
|
"Enable Super Bolus",
|
|
|
- "Super Bolus Factor"
|
|
|
|
|
|
|
+ "Super Bolus Factor",
|
|
|
|
|
+ "Very Low Glucose Warning"
|
|
|
],
|
|
],
|
|
|
path: ["Features", "Bolus Calculator"]
|
|
path: ["Features", "Bolus Calculator"]
|
|
|
),
|
|
),
|
|
@@ -205,8 +205,7 @@ enum SettingItems {
|
|
|
"Low Threshold",
|
|
"Low Threshold",
|
|
|
"High Threshold",
|
|
"High Threshold",
|
|
|
"X-Axis Interval Step",
|
|
"X-Axis Interval Step",
|
|
|
- "Override eA1c Unit",
|
|
|
|
|
- "Standing / Laying TIR Chart",
|
|
|
|
|
|
|
+ "eA1c/GMI Display Unit",
|
|
|
"Show Carbs Required Badge",
|
|
"Show Carbs Required Badge",
|
|
|
"Carbs Required Threshold",
|
|
"Carbs Required Threshold",
|
|
|
"Forecast Display Type",
|
|
"Forecast Display Type",
|
|
@@ -217,7 +216,10 @@ enum SettingItems {
|
|
|
"Appearance",
|
|
"Appearance",
|
|
|
"Dark Scheme",
|
|
"Dark Scheme",
|
|
|
"Light Scheme",
|
|
"Light Scheme",
|
|
|
- "Glucose Color Scheme"
|
|
|
|
|
|
|
+ "Glucose Color Scheme",
|
|
|
|
|
+ "Time in Range Type",
|
|
|
|
|
+ "Time in Tight Range (TITR)",
|
|
|
|
|
+ "Time in Normoglycemia (TING)"
|
|
|
],
|
|
],
|
|
|
path: ["Features", "User Interface"]
|
|
path: ["Features", "User Interface"]
|
|
|
),
|
|
),
|