BloodPressureRecord.BloodPressureMeasurementLocation

public static final class BloodPressureRecord.BloodPressureMeasurementLocation
extends Object

java.lang.Object
   ↳ android.health.connect.datatypes.BloodPressureRecord.BloodPressureMeasurementLocation


Identifier for Blood Pressure Measurement Location

Summary

Constants

int BLOOD_PRESSURE_MEASUREMENT_LOCATION_LEFT_UPPER_ARM

Blood pressure measurement location constant for the left upper arm.

int BLOOD_PRESSURE_MEASUREMENT_LOCATION_LEFT_WRIST

Blood pressure measurement location constant for the left wrist.

int BLOOD_PRESSURE_MEASUREMENT_LOCATION_RIGHT_UPPER_ARM

Blood pressure measurement location constant for the right upper arm.

int BLOOD_PRESSURE_MEASUREMENT_LOCATION_RIGHT_WRIST

Blood pressure measurement location constant for the right wrist.

int BLOOD_PRESSURE_MEASUREMENT_LOCATION_UNKNOWN

Inherited methods

Constants

BLOOD_PRESSURE_MEASUREMENT_LOCATION_LEFT_UPPER_ARM

Added in API level 34
public static final int BLOOD_PRESSURE_MEASUREMENT_LOCATION_LEFT_UPPER_ARM

Blood pressure measurement location constant for the left upper arm.

Constant Value: 3 (0x00000003)

BLOOD_PRESSURE_MEASUREMENT_LOCATION_LEFT_WRIST

Added in API level 34
public static final int BLOOD_PRESSURE_MEASUREMENT_LOCATION_LEFT_WRIST

Blood pressure measurement location constant for the left wrist.

Constant Value: 1 (0x00000001)

BLOOD_PRESSURE_MEASUREMENT_LOCATION_RIGHT_UPPER_ARM

Added in API level 34
public static final int BLOOD_PRESSURE_MEASUREMENT_LOCATION_RIGHT_UPPER_ARM

Blood pressure measurement location constant for the right upper arm.

Constant Value: 4 (0x00000004)

BLOOD_PRESSURE_MEASUREMENT_LOCATION_RIGHT_WRIST

Added in API level 34
public static final int BLOOD_PRESSURE_MEASUREMENT_LOCATION_RIGHT_WRIST

Blood pressure measurement location constant for the right wrist.

Constant Value: 2 (0x00000002)

BLOOD_PRESSURE_MEASUREMENT_LOCATION_UNKNOWN

Added in API level 34
public static final int BLOOD_PRESSURE_MEASUREMENT_LOCATION_UNKNOWN

Constant Value: 0 (0x00000000)