Add constant POD_SETUP_UNITS for the total number of units delivered during pod setup
This commit is contained in:
parent
9ccee886c6
commit
f3a7a5a393
1 changed files with 1 additions and 0 deletions
|
@ -53,4 +53,5 @@ public class OmnipodConst {
|
||||||
|
|
||||||
public static final double POD_PRIME_BOLUS_UNITS = 2.6;
|
public static final double POD_PRIME_BOLUS_UNITS = 2.6;
|
||||||
public static final double POD_CANNULA_INSERTION_BOLUS_UNITS = 0.5;
|
public static final double POD_CANNULA_INSERTION_BOLUS_UNITS = 0.5;
|
||||||
|
public static final double POD_SETUP_UNITS = POD_PRIME_BOLUS_UNITS + POD_CANNULA_INSERTION_BOLUS_UNITS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue