Language

OvulationTestResultValue Enum

Definition

public enum OvulationTestResultValue
type OvulationTestResultValue = 
Inheritance
OvulationTestResultValue

Fields

Name Value Description
Inconclusive 0

Inconclusive result. Refers to ovulation test results that are indeterminate (e.g. may be testing malfunction, user error, etc.). Any unknown value will also be returned as [RESULT_INCONCLUSIVE].

Android reference for android.health.connect.datatypes.OvulationTestRecord.OvulationTestResult.RESULT_INCONCLUSIVE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Positive 1

Positive fertility (may also be referred as "peak" fertility). Refers to the peak of the luteinizing hormone (LH) surge and ovulation is expected to occur in 10-36 hours.

Android reference for android.health.connect.datatypes.OvulationTestRecord.OvulationTestResult.RESULT_POSITIVE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

High 2

High fertility. Refers to a rise in estrogen or luteinizing hormone that may signal the fertile window (time in the menstrual cycle when conception is likely to occur).

Android reference for android.health.connect.datatypes.OvulationTestRecord.OvulationTestResult.RESULT_HIGH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Negative 3

Negative fertility (may also be referred as "low" fertility). Refers to the time in the cycle where fertility/conception is expected to be low.

Android reference for android.health.connect.datatypes.OvulationTestRecord.OvulationTestResult.RESULT_NEGATIVE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to