Show / Hide Table of Contents

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.

Inheritance
object
IrregularRhythmNotification
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class IrregularRhythmNotification : IDirectResponseSchema

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
[JsonProperty("alertWindows")]
public virtual IList<AlertWindow> AlertWindows { get; set; }
Property Value
Type Description
IList<AlertWindow>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Interval

Required. Observed interval.

Declaration
[JsonProperty("interval")]
public virtual 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
[JsonProperty("medicalDeviceInfo")]
public virtual MedicalDeviceInfo MedicalDeviceInfo { get; set; }
Property Value
Type Description
MedicalDeviceInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX