Blood Glucose
data class BloodGlucose(val unit: KHUnit.BloodGlucose, val value: Double, val time: Instant) : KHRecord
Captures the concentration of glucose in the blood. Each record represents a single instantaneous blood glucose reading.
Parameters
unit
Measurement scale of this record
value
The value of this record
time
Time instant of the interval over which the value this record was captured