@model int @{ ViewData["Title"] = "测量结果"; Layout = "~/Views/Shared/_LayoutQr.cshtml"; var bodyresult = ViewData["bodyresult"] as YBDevice.Body.BodyFatHelper.UserMeasureDto; }
| sn | @ViewData["sn"] |
| 体重 | @ViewData["weight"] |
| 身高 | @ViewData["height"] |
| 左手阻抗 | @ViewData["lefthandimp"] |
| 右手阻抗 | @ViewData["righthandimp"] |
| 左脚阻抗 | @ViewData["leftfootimp"] |
| 右脚阻抗 | @ViewData["rightfootimp"] |
| 全身阻抗 | @ViewData["bodyimp"] |
| 年龄 | @ViewData["age"] |
| 性别 | @ViewData["sex"] |
| 脂肪率 | @bodyresult.fat_r |
| 肌肉率 | @bodyresult.muscle |
| 水份 | @bodyresult.water |
| 骨重 | @bodyresult.bone |
| 基础代谢 | @bodyresult.kcal |
| 躯干肌肉率 | @bodyresult.muscleratetrunk |
| 左脚肌肉率 | @bodyresult.musclerateleftleg |
| 右脚肌肉率 | @bodyresult.muscleraterightleg |
| 左手肌肉率 | @bodyresult.musclerateleftarm |
| 右手肌肉率 | @bodyresult.muscleraterightarm |
| 躯干脂肪率 | @bodyresult.bodyfatraterunk |
| 左脚脂肪率 | @bodyresult.bodyfatrateleftleg |
| 右脚脂肪率 | @bodyresult.bodyfatraterightleg |
| 左手脂肪率 | @bodyresult.bodyfatrateleftarm |
| 右手脂肪率 | @bodyresult.bodyfatraterightarm |
| 躯干肌肉量 | @bodyresult.musclekgtrunk |
| 左脚肌肉量 | @bodyresult.musclekgleftleg |
| 右脚肌肉量 | @bodyresult.musclekgrightleg |
| 左手肌肉量 | @bodyresult.musclekgleftarm |
| 右手肌肉量 | @bodyresult.musclekgrightarm |
| 躯干脂肪量 | @bodyresult.bodyfatkgtrunk |
| 左脚脂肪量 | @bodyresult.bodyfatkgleftleg |
| 右脚脂肪量 | @bodyresult.bodyfatkgrightleg |
| 左手脂肪量 | @bodyresult.bodyfatkgleftarm |
| 右手脂肪量 | @bodyresult.bodyfatkgrightarm |
| 脂肪重量 | @bodyresult.fat_w |
| 内脂 | @bodyresult.visceral |
| 蛋白质率 | @bodyresult.protein |
| 骨骼肌量 | @bodyresult.SkeletalMuscle |
| 体龄 | @bodyresult.bodyage |
| bmi | @bodyresult.bmi |
| 分数 | @bodyresult.cmi |
| 皮下脂肪率 | @bodyresult.sfr |
| 皮下脂肪量 | @bodyresult.sfrval |
| 肌肉量 | @bodyresult.muscleval |
| 去脂体重 | @bodyresult.lbm |
| 体型 | @bodyresult.body |
| 理想体重 | @bodyresult.idealweight |
| 体型标准 | @bodyresult.bodylevel |
| 骨骼肌量标准 | @bodyresult.SkeletalMuscleLevel |
| 肥胖等级标准 | @bodyresult.fatLevel |
| 脂肪率标准 | @bodyresult.fat_rLevel |
| 肌肉率标准 | @bodyresult.muscleLevel |
| 水份标准 | @bodyresult.waterLevel |
| 骨量标准 | @bodyresult.boneLevel |
| 基础代谢标准 | @bodyresult.kcalLevel |
| 脂肪重量标准 | @bodyresult.fat_wLevel |
| 内脂等级 | @bodyresult.visceralLevel |
| 蛋白率标准 | @bodyresult.proteinLevel |
| 体龄标准 | @bodyresult.bodyageLevel |
| bmi标准 | @bodyresult.bmiLevel |
| 肌肉量标准 | @bodyresult.muscleLevel |
| 蛋白量标准 | @bodyresult.proteinLevel |
| 皮下脂肪标准 | @bodyresult.sfrLevel |