IntermenstrualBleeding

data class IntermenstrualBleeding(val time: Instant) : KHRecord

Captures an instance of user's intermenstrual bleeding, also known as spotting.

Parameters

time

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

Constructors

Link copied to clipboard
constructor(time: Instant)

Properties

Link copied to clipboard
val time: Instant