BloodGlucoseRecord.SpecimenSource

public static final class BloodGlucoseRecord.SpecimenSource
extends Object

java.lang.Object
   ↳ android.health.connect.datatypes.BloodGlucoseRecord.SpecimenSource


Type of body fluid used to measure the blood glucose.

Summary

Constants

int SPECIMEN_SOURCE_CAPILLARY_BLOOD

Glucose was measured in capillary blood.

int SPECIMEN_SOURCE_INTERSTITIAL_FLUID

Glucose was measured in interstitial fluid.

int SPECIMEN_SOURCE_PLASMA

Glucose was measured in plasma.

int SPECIMEN_SOURCE_SERUM

Glucose was measured in serum.

int SPECIMEN_SOURCE_TEARS

Glucose was measured in tears.

int SPECIMEN_SOURCE_UNKNOWN

Fluid used to measure glucose is not identified.

int SPECIMEN_SOURCE_WHOLE_BLOOD

Glucose was measured from whole blood.

Inherited methods

Constants

SPECIMEN_SOURCE_CAPILLARY_BLOOD

Added in API level 34
public static final int SPECIMEN_SOURCE_CAPILLARY_BLOOD

Glucose was measured in capillary blood.

Constant Value: 2 (0x00000002)

SPECIMEN_SOURCE_INTERSTITIAL_FLUID

Added in API level 34
public static final int SPECIMEN_SOURCE_INTERSTITIAL_FLUID

Glucose was measured in interstitial fluid.

Constant Value: 1 (0x00000001)

SPECIMEN_SOURCE_PLASMA

Added in API level 34
public static final int SPECIMEN_SOURCE_PLASMA

Glucose was measured in plasma.

Constant Value: 3 (0x00000003)

SPECIMEN_SOURCE_SERUM

Added in API level 34
public static final int SPECIMEN_SOURCE_SERUM

Glucose was measured in serum.

Constant Value: 4 (0x00000004)

SPECIMEN_SOURCE_TEARS

Added in API level 34
public static final int SPECIMEN_SOURCE_TEARS

Glucose was measured in tears.

Constant Value: 5 (0x00000005)

SPECIMEN_SOURCE_UNKNOWN

Added in API level 34
public static final int SPECIMEN_SOURCE_UNKNOWN

Fluid used to measure glucose is not identified.

Constant Value: 0 (0x00000000)

SPECIMEN_SOURCE_WHOLE_BLOOD

Added in API level 34
public static final int SPECIMEN_SOURCE_WHOLE_BLOOD

Glucose was measured from whole blood.

Constant Value: 6 (0x00000006)