Blood Pressure
data class BloodPressure(val unit: KHUnit.Pressure, val systolicValue: Double, val diastolicValue: Double, val time: Instant) : KHRecord
Captures the blood pressure of a user. Each record represents a single instantaneous blood pressure reading.
Parameters
unit
Measurement scale of this record
systolic Value
Represents the top number of a BP reading and refers to the amount of pressure experienced by the arteries while the heart is beating
diastolic Value
Represents the bottom number of a BP reading and refers to the amount of pressure in the arteries while the heart is resting in between heartbeats
time
Time instant of the interval over which the value this record was captured