Class IrnProfile
Irregular Rhythm Notifications (IRN) Profile details.
The Irregular Rhythm Notifications (IRN) feature checks for signs of atrial fibrillation (AFib). The IrnProfile details include information about the user's onboarding status, enrollment status, and the last update time of analyzable data for this feature.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class IrnProfile : IMessage<IrnProfile>, IEquatable<IrnProfile>, IDeepCloneable<IrnProfile>, IBufferMessage, IMessage
Constructors
IrnProfile()
Declaration
public IrnProfile()
IrnProfile(IrnProfile)
Declaration
public IrnProfile(IrnProfile other)
Parameters
| Type | Name | Description |
|---|---|---|
| IrnProfile | other |
Properties
EnrollmentStatus
Required. Whether or not the user is currently enrolled in having their data processed for IRN alerts.
Declaration
public bool EnrollmentStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IrnProfileName
IrnProfileName-typed view over the Name resource name property.
Declaration
public IrnProfileName IrnProfileName { get; set; }
Property Value
| Type | Description |
|---|---|
| IrnProfileName |
Name
Identifier. The resource name of this IrnProfile resource.
Format: users/{user}/irnProfile
Example: users/1234567890/irnProfile or users/me/irnProfile
The {user} ID is a system-generated Google Health API user ID, a string of
1-63 characters consisting of lowercase and uppercase letters, numbers, and
hyphens. The literal me can also be used to refer to the authenticated
user.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OnboardingStatus
Required. Whether or not the user has onboarded onto the IRN feature.
Declaration
public bool OnboardingStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
UpdateTime
Output only. The timestamp of the last piece of analyzable data synced by the user.
Declaration
public Timestamp UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Timestamp |