OvulationTest

data class OvulationTest(val result: KHOvulationTestResult, val time: Instant) : KHRecord

Each record represents the result of an ovulation test.

Parameters

result

Represents one of the types of the ovulation test result (high, negative, etc.)

time

Time instant of the interval over which the value this record was captured

Constructors

Link copied to clipboard
constructor(result: KHOvulationTestResult, time: Instant)

Properties

Link copied to clipboard
Link copied to clipboard
val time: Instant