OxygenSaturation

data class OxygenSaturation(val percentage: Double, val time: Instant) : KHRecord

Captures the amount of oxygen circulating in the blood, measured as a percentage of oxygen-saturated hemoglobin. Each record represents a single blood oxygen saturation reading at the time of measurement.

Parameters

percentage

Ranges from 0-100%

time

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

Constructors

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

Properties

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