Enum BloodGlucose.Specimen (0.2.0)

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

Type of body fluid used to measure the blood glucose.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CAPILLARY_BLOOD

Capillary blood.

CAPILLARY_BLOOD = 1;

CAPILLARY_BLOOD_VALUE

Capillary blood.

CAPILLARY_BLOOD = 1;

INTERSTITIAL_FLUID

Interstitial fluid.

INTERSTITIAL_FLUID = 2;

INTERSTITIAL_FLUID_VALUE

Interstitial fluid.

INTERSTITIAL_FLUID = 2;

PLASMA

Plasma.

PLASMA = 3;

PLASMA_VALUE

Plasma.

PLASMA = 3;

SERUM

Serum.

SERUM = 4;

SERUM_VALUE

Serum.

SERUM = 4;

SPECIMEN_UNSPECIFIED

Unspecified specimen.

SPECIMEN_UNSPECIFIED = 0;

SPECIMEN_UNSPECIFIED_VALUE

Unspecified specimen.

SPECIMEN_UNSPECIFIED = 0;

TEARS

Tears.

TEARS = 5;

TEARS_VALUE

Tears.

TEARS = 5;

UNRECOGNIZED
WHOLE_BLOOD

Whole blood.

WHOLE_BLOOD = 6;

WHOLE_BLOOD_VALUE

Whole blood.

WHOLE_BLOOD = 6;

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()