Class IrregularRhythmNotification.Types.HeartBeat
A single heart beat measurement.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class IrregularRhythmNotification.Types.HeartBeat : IMessage<IrregularRhythmNotification.Types.HeartBeat>, IEquatable<IrregularRhythmNotification.Types.HeartBeat>, IDeepCloneable<IrregularRhythmNotification.Types.HeartBeat>, IBufferMessage, IMessage
Constructors
HeartBeat()
Declaration
public HeartBeat()
HeartBeat(HeartBeat)
Declaration
public HeartBeat(IrregularRhythmNotification.Types.HeartBeat other)
Parameters
| Type | Name | Description |
|---|---|---|
| IrregularRhythmNotification.Types.HeartBeat | other |
Properties
BeatsPerMinute
Required. The beats-per-minute value extrapolated from the time before the following heart beat. This is calculated as 60000 / rr, where rr is the gap between heart beats in milliseconds (IBI - Interbeat Interval).
Declaration
public int BeatsPerMinute { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CivilTime
Output only. The civil time in the timezone the subject is in at the time of the observation.
Declaration
public CivilDateTime CivilTime { get; set; }
Property Value
| Type | Description |
|---|---|
| CivilDateTime |
HasBeatsPerMinute
Gets whether the "beats_per_minute" field is set
Declaration
public bool HasBeatsPerMinute { get; }
Property Value
| Type | Description |
|---|---|
| bool |
PhysicalTime
Required. The time of the heart beat measurement.
Declaration
public Timestamp PhysicalTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Timestamp |
UtcOffset
Required. The UTC offset of the user's timezone when the heart beat measurement occurred.
Declaration
public Duration UtcOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |