Blood Pressure
data class BloodPressure(val unit: KHUnit.Pressure, val startTime: Instant, val endTime: Instant) : KHReadRequest
Depicts that the app wants to read records of type KHRecord.BloodPressure from the health store.
Parameters
unit
The measurement scale that the returned value should be converted to
start Time
Filters the returned records list to at least start from this time instant
end Time
Filters the returned records list to at most end at this time instant