Added in API level 34

SpecimenSource

class SpecimenSource
kotlin.Any
   ↳ android.health.connect.datatypes.BloodGlucoseRecord.SpecimenSource

Type of body fluid used to measure the blood glucose.

Summary

Constants
static Int

Glucose was measured in capillary blood.

static Int

Glucose was measured in interstitial fluid.

static Int

Glucose was measured in plasma.

static Int

Glucose was measured in serum.

static Int

Glucose was measured in tears.

static Int

Fluid used to measure glucose is not identified.

static Int

Glucose was measured from whole blood.

Constants

SPECIMEN_SOURCE_CAPILLARY_BLOOD

Added in API level 34
static val SPECIMEN_SOURCE_CAPILLARY_BLOOD: Int

Glucose was measured in capillary blood.

Value: 2

SPECIMEN_SOURCE_INTERSTITIAL_FLUID

Added in API level 34
static val SPECIMEN_SOURCE_INTERSTITIAL_FLUID: Int

Glucose was measured in interstitial fluid.

Value: 1

SPECIMEN_SOURCE_PLASMA

Added in API level 34
static val SPECIMEN_SOURCE_PLASMA: Int

Glucose was measured in plasma.

Value: 3

SPECIMEN_SOURCE_SERUM

Added in API level 34
static val SPECIMEN_SOURCE_SERUM: Int

Glucose was measured in serum.

Value: 4

SPECIMEN_SOURCE_TEARS

Added in API level 34
static val SPECIMEN_SOURCE_TEARS: Int

Glucose was measured in tears.

Value: 5

SPECIMEN_SOURCE_UNKNOWN

Added in API level 34
static val SPECIMEN_SOURCE_UNKNOWN: Int

Fluid used to measure glucose is not identified.

Value: 0

SPECIMEN_SOURCE_WHOLE_BLOOD

Added in API level 34
static val SPECIMEN_SOURCE_WHOLE_BLOOD: Int

Glucose was measured from whole blood.

Value: 6