|
@ -58,6 +58,17 @@ public class IotAnalyzerService extends BaseJpaService<WlyyIotD, WlyyIotDDao> {
|
|
|
private String bmiUnit = "kg/m^2";
|
|
|
private String waistUnit = "cm";
|
|
|
|
|
|
// type sign_name sign_unit
|
|
|
// 收缩压 BloodPressure systolic mmHg
|
|
|
// 舒张压 BloodPressure diastolic mmHg
|
|
|
// 血糖 BloodSugar blood_sugar mmol/L
|
|
|
// 身高 Height height cm
|
|
|
// 体重 Height weight kg
|
|
|
// BMI Height bmi kg/m^2
|
|
|
// 腰围 Waist waist cm
|
|
|
// 骨密度 BMD bmd g/cm^3
|
|
|
|
|
|
|
|
|
public void initIHealthIntoEs(){
|
|
|
try {
|
|
|
Integer id = 0;
|