Enum BloodGlucose.MeasurementSource (0.2.0)

public enum BloodGlucose.MeasurementSource extends Enum<BloodGlucose.MeasurementSource> implements ProtocolMessageEnum

The clinical method or tool used to measure the blood glucose level.

Protobuf enum google.devicesandservices.health.v4.BloodGlucose.MeasurementSource

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONTINUOUS_GLUCOSE_MONITORING

Continuous glucose monitoring device

CONTINUOUS_GLUCOSE_MONITORING = 2;

CONTINUOUS_GLUCOSE_MONITORING_VALUE

Continuous glucose monitoring device

CONTINUOUS_GLUCOSE_MONITORING = 2;

LAB_TEST

Laboratory test

LAB_TEST = 3;

LAB_TEST_VALUE

Laboratory test

LAB_TEST = 3;

MEASUREMENT_SOURCE_UNSPECIFIED

Unspecified measurement source.

MEASUREMENT_SOURCE_UNSPECIFIED = 0;

MEASUREMENT_SOURCE_UNSPECIFIED_VALUE

Unspecified measurement source.

MEASUREMENT_SOURCE_UNSPECIFIED = 0;

SELF_MONITORING_BLOOD_GLUCOSE

Self-monitoring of blood glucose (Blood glucose meter)

SELF_MONITORING_BLOOD_GLUCOSE = 1;

SELF_MONITORING_BLOOD_GLUCOSE_VALUE

Self-monitoring of blood glucose (Blood glucose meter)

SELF_MONITORING_BLOOD_GLUCOSE = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()