Class OxygenSaturation
Captures the user's instantaneous oxygen saturation percentage (SpO2).
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class OxygenSaturation : IMessage<OxygenSaturation>, IEquatable<OxygenSaturation>, IDeepCloneable<OxygenSaturation>, IBufferMessage, IMessage
Constructors
OxygenSaturation()
Declaration
public OxygenSaturation()
OxygenSaturation(OxygenSaturation)
Declaration
public OxygenSaturation(OxygenSaturation other)
Parameters
| Type | Name | Description |
|---|---|---|
| OxygenSaturation | other |
Properties
Percentage
Required. The oxygen saturation percentage. Valid values are from 0 to 100.
Declaration
public double Percentage { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
SampleTime
Required. The time at which oxygen saturation was measured.
Declaration
public ObservationSampleTime SampleTime { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationSampleTime |