Package apple.healthkit.enums
Class HKCategoryValueOvulationTestResult
- java.lang.Object
-
- apple.healthkit.enums.HKCategoryValueOvulationTestResult
-
public final class HKCategoryValueOvulationTestResult extends java.lang.Object[@enum] HKCategoryValueOvulationTestResult Set of values that may be used for HKCategorySamples with the HKCategoryValueOvulationTestResult type. This category value tracks the result of a home ovulation test that use surges in hormone levels to indicate fertility.
-
-
Field Summary
Fields Modifier and Type Field Description static longEstrogenSurgestatic longIndeterminatestatic longLuteinizingHormoneSurgestatic longNegativestatic longPositive
-
-
-
Field Detail
-
Negative
public static final long Negative
- See Also:
- Constant Field Values
-
Positive
public static final long Positive
- See Also:
- Constant Field Values
-
Indeterminate
public static final long Indeterminate
- See Also:
- Constant Field Values
-
LuteinizingHormoneSurge
public static final long LuteinizingHormoneSurge
- See Also:
- Constant Field Values
-
EstrogenSurge
public static final long EstrogenSurge
- See Also:
- Constant Field Values
-
-