resistant adult max bolus 25U
This commit is contained in:
parent
3f6a612d42
commit
d62a836f6c
|
@ -18,7 +18,7 @@ public class HardLimits {
|
|||
final static int ADULT = 2;
|
||||
final static int RESISTANTADULT = 3;
|
||||
|
||||
final static double[] MAXBOLUS = {5d, 10d, 17d, 21d};
|
||||
final static double[] MAXBOLUS = {5d, 10d, 17d, 25d};
|
||||
|
||||
// Very Hard Limits Ranges
|
||||
// First value is the Lowest and second value is the Highest a Limit can define
|
||||
|
@ -40,7 +40,7 @@ public class HardLimits {
|
|||
public static final double MAXISF = 720; // mgdl
|
||||
|
||||
public static final double[] MAXIOB_AMA = {3, 5, 7, 12};
|
||||
public static final double[] MAXIOB_SMB = {3, 7, 12, 22};
|
||||
public static final double[] MAXIOB_SMB = {3, 7, 12, 25};
|
||||
|
||||
public static final double[] MAXBASAL = {2, 5, 10, 12};
|
||||
|
||||
|
|
Loading…
Reference in a new issue