Class AlertWindow
An analysis window evaluated for AFib. Note: The current version of the algorithm will only produce alerts if all windows are positive. So anything returned from the API will always have the positive bit set to true. Internally, windows can be negative, however. We never save "inconclusive" windows (they aren't produced by the algorithm).
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class AlertWindow : IDirectResponseSchema
Properties
CivilEndTime
Output only. Observed interval end time in civil time in the timezone the subject is in at the end of the observed interval
Declaration
[JsonProperty("civilEndTime")]
public virtual CivilDateTime CivilEndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| CivilDateTime |
CivilStartTime
Output only. Observed interval start time in civil time in the timezone the subject is in at the start of the observed interval
Declaration
[JsonProperty("civilStartTime")]
public virtual CivilDateTime CivilStartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| CivilDateTime |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndTime
object representation of EndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
EndTimeDateTimeOffset
DateTimeOffset representation of EndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
EndTimeRaw
Required. The end time of the analysis window.
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndUtcOffset
Required. The UTC offset of the user's timezone when the analysis window ended.
Declaration
[JsonProperty("endUtcOffset")]
public virtual object EndUtcOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
HeartBeats
Optional. All heart beats in the interval contained in this analysis window.
Declaration
[JsonProperty("heartBeats")]
public virtual IList<HeartBeat> HeartBeats { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<HeartBeat> |
Positive
Optional. Flag indicating whether the window was positive for AFib or not. A true value indicates that
AFib was detected in this window. A false value means AFib was not detected, but does not guarantee the
absence of AFib.
Declaration
[JsonProperty("positive")]
public virtual bool? Positive { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
StartTimeRaw
Required. Observed interval. The start time of the analysis window.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartUtcOffset
Required. The UTC offset of the user's timezone when the analysis window started.
Declaration
[JsonProperty("startUtcOffset")]
public virtual object StartUtcOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| object |