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
static val SPECIMEN_SOURCE_CAPILLARY_BLOOD: Int
Glucose was measured in capillary blood.
Value: 2SPECIMEN_SOURCE_INTERSTITIAL_FLUID
static val SPECIMEN_SOURCE_INTERSTITIAL_FLUID: Int
Glucose was measured in interstitial fluid.
Value: 1SPECIMEN_SOURCE_PLASMA
static val SPECIMEN_SOURCE_PLASMA: Int
Glucose was measured in plasma.
Value: 3SPECIMEN_SOURCE_UNKNOWN
static val SPECIMEN_SOURCE_UNKNOWN: Int
Fluid used to measure glucose is not identified.
Value: 0SPECIMEN_SOURCE_WHOLE_BLOOD
static val SPECIMEN_SOURCE_WHOLE_BLOOD: Int
Glucose was measured from whole blood.
Value: 6