Class IrregularRhythmNotification
Represents an Irregular Rhythm Notification alert, indicating a potential sign of atrial fibrillation (AFib). This data type is based on SaMD feature and any changes to it may require additional review.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class IrregularRhythmNotification : IMessage<IrregularRhythmNotification>, IEquatable<IrregularRhythmNotification>, IDeepCloneable<IrregularRhythmNotification>, IBufferMessage, IMessage
Constructors
IrregularRhythmNotification()
Declaration
public IrregularRhythmNotification()
IrregularRhythmNotification(IrregularRhythmNotification)
Declaration
public IrregularRhythmNotification(IrregularRhythmNotification other)
Parameters
| Type | Name | Description |
|---|---|---|
| IrregularRhythmNotification | other |
Properties
AlertWindows
Optional. The overlapping analysis windows that were used to evaluate rhythm for potential AFib, containing specific information about the user's heart rhythm.
Declaration
public RepeatedField<IrregularRhythmNotification.Types.AlertWindow> AlertWindows { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<IrregularRhythmNotification.Types.AlertWindow> |
Interval
Required. Observed interval.
Declaration
public SessionTimeInterval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| SessionTimeInterval |
MedicalDeviceInfo
Output only. The meta information for the compatible device used to conduct the measurement.
Irregular Rhythm Notification measurements typically populate
algorithm_version, service_version, and device_model.
Declaration
public MedicalDeviceInfo MedicalDeviceInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| MedicalDeviceInfo |