resistant adult max bolus 25U

This commit is contained in:
Milos Kozak 2018-03-20 10:07:52 +01:00 committed by GitHub
parent 3f6a612d42
commit d62a836f6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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};