RespiratoryRate

data class RespiratoryRate(val rate: Double, val time: Instant) : KHRecord

Captures the user's respiratory rate. Each record represents a single instantaneous measurement.

Parameters

rate

Number of breaths taken per minute

time

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

Constructors

Link copied to clipboard
constructor(rate: Double, time: Instant)

Properties

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