Package apple.healthkit.enums
Class HKInsulinDeliveryReason
- java.lang.Object
-
- apple.healthkit.enums.HKInsulinDeliveryReason
-
public final class HKInsulinDeliveryReason extends java.lang.Object[@enum] HKInsulinDeliveryReason Represents a medical reason for the delivery of insulin [@constant] HKInsulinDeliveryReasonBasal Delivery for the base metabolic needs of the individual, often administered as a continuous rate from an insulin pump, or a periodic injection of slow-acting insulin. [@constant] HKInsulinDeliveryReasonBolus Delivery for the episodic needs of the individual, such as a meal or glucose level correction.
-
-
Field Detail
-
Basal
public static final long Basal
- See Also:
- Constant Field Values
-
Bolus
public static final long Bolus
- See Also:
- Constant Field Values
-
-