Add constant POD_SETUP_UNITS for the total number of units delivered during pod setup

This commit is contained in:
Steffen Müthing 2020-08-23 18:01:40 +02:00
parent 9ccee886c6
commit f3a7a5a393

View file

@ -53,4 +53,5 @@ public class OmnipodConst {
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_SETUP_UNITS = POD_PRIME_BOLUS_UNITS + POD_CANNULA_INSERTION_BOLUS_UNITS;
}