HKInsulinDeliveryReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the reasons for why insulin was provided.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKInsulinDeliveryReason
type HKInsulinDeliveryReason =
- Inheritance
-
HKInsulinDeliveryReason
- Attributes
Fields
Name | Value | Description |
---|---|---|
Asal | 1 | |
Basal | 1 | Indicates that a dose was given to maintain a base level of blood chemistry. |
Bolus | 2 | Indicates that a dose was given in response to an event, such as a meal, that affected blood chemistry. |
Olus | 2 |