Skip to content

BodyReport

Body Report is a sub category of a HealthAssessment

Fields

amr · String · amr of user
bmi · String · bmi of user
body_fat_percent · String · body_fat_percent of user
body_weight · String · body_weight of user
c_bmi · String · c_bmi of user
fat_mass · String · fat_mass of user
lean_body_mass · String · lean_body_mass of user
rmr · String · rmr of user

Used By

Definition

"""
Body Report is a sub category of a HealthAssessment
"""
type BodyReport {
"""
amr of user
"""
amr: String
"""
bmi of user
"""
bmi: String
"""
body_fat_percent of user
"""
body_fat_percent: String
"""
body_weight of user
"""
body_weight: String
"""
c_bmi of user
"""
c_bmi: String
"""
fat_mass of user
"""
fat_mass: String
"""
lean_body_mass of user
"""
lean_body_mass: String
"""
rmr of user
"""
rmr: String
}