Class BloodGlucose
Represents a blood glucose level measurement. LINT: LEGACY_NAMES
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class BloodGlucose : IDirectResponseSchema
Properties
BloodGlucoseMilligramsPerDeciliter
Required. Blood glucose level concentration in mg/dL.
Declaration
[JsonProperty("bloodGlucoseMilligramsPerDeciliter")]
public virtual double? BloodGlucoseMilligramsPerDeciliter { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MealType
Optional. Meal type of the measurement.
Declaration
[JsonProperty("mealType")]
public virtual string MealType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MeasurementSource
Optional. Source of the measurement.
Declaration
[JsonProperty("measurementSource")]
public virtual string MeasurementSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MeasurementTiming
Optional. Timing of the measurement.
Declaration
[JsonProperty("measurementTiming")]
public virtual string MeasurementTiming { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Notes
Optional. Standard free-form notes captured at manual logging.
Declaration
[JsonProperty("notes")]
public virtual string Notes { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SampleTime
Required. The time at which blood glucose was measured.
Declaration
[JsonProperty("sampleTime")]
public virtual ObservationSampleTime SampleTime { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationSampleTime |
Specimen
Optional. Type of body fluid used to measure the blood glucose.
Declaration
[JsonProperty("specimen")]
public virtual string Specimen { get; set; }
Property Value
| Type | Description |
|---|---|
| string |