Customization
Overview
The Health Indices customization feature allows users to select and display specific health metrics based on their individual needs. This provides flexibility in viewing only the most relevant data.
Usage
To choose which Health Indices should be displayed in the embedded UI, pass the healthIndices
list in CustomMeasurementConfig
.
enum HealthIndex {
wellnessScore,
vascularAge,
cardiovascularDiseaseRisk,
hardAndFatalEventsRisks,
cardioVascularRiskScore,
waistToHeightRatio,
bodyFatPercentage,
bodyRoundnessIndex,
aBodyShapeIndex,
conicityIndex,
basalMetabolicRate,
totalDailyEnergyExpenditure,
hypertensionRisk,
diabetesRisk,
nonAlcoholicFattyLiverDiseaseRisk
}
To see more about Custom Measurement Config, visit the Configuration page.