Language

BloodPressureBodyPosition Enum

Definition

public enum BloodPressureBodyPosition
type BloodPressureBodyPosition = 
Inheritance
BloodPressureBodyPosition

Fields

Name Value Description
Unknown 0

Body position unknown / not identified.

Android reference for android.health.connect.datatypes.BloodPressureRecord.BodyPosition.BODY_POSITION_UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

StandingUp 1

Body position constant representing standing up.

Android reference for android.health.connect.datatypes.BloodPressureRecord.BodyPosition.BODY_POSITION_STANDING_UP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SittingDown 2

Body position constant representing sitting down.

Android reference for android.health.connect.datatypes.BloodPressureRecord.BodyPosition.BODY_POSITION_SITTING_DOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LyingDown 3

Body position constant representing lying down.

Android reference for android.health.connect.datatypes.BloodPressureRecord.BodyPosition.BODY_POSITION_LYING_DOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Reclining 4

Body position constant representing semi-recumbent (partially reclining) pose.

Android reference for android.health.connect.datatypes.BloodPressureRecord.BodyPosition.BODY_POSITION_RECLINING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to