|
@@ -8,14 +8,14 @@
|
|
|
|
|
|
<div class="mb-1">
|
|
|
<span class="text-secondary">Weight (usual):</span>
|
|
|
- <b><?= vsValue('usual_weight_in_pounds', $patient) ?></b>
|
|
|
- <span class="text-secondary">(range <?= vsValue('usual_weight_in_pounds_min', $patient) ?> to <?= vsValue('usual_weight_in_pounds_max', $patient) ?>)</span>
|
|
|
+ Between <b><?= vsValue('usual_weight_in_pounds_min', $patient) ?></b>
|
|
|
+ and <b><?= vsValue('usual_weight_in_pounds_max', $patient) ?></b>
|
|
|
</div>
|
|
|
|
|
|
<div class="mb-3 ml-3">
|
|
|
<span class="text-secondary">BMI (usual):</span>
|
|
|
- <b><?= vsValue('usual_bmi', $patient) ?></b>
|
|
|
- <span class="text-secondary"><?= vsValue('usual_bmi_category', $patient) ?></span>
|
|
|
+ Between <b><?= vsValue('usual_bmi_min', $patient) ?></b>
|
|
|
+ and <b><?= vsValue('usual_bmi_max', $patient) ?></b>
|
|
|
</div>
|
|
|
|
|
|
<div class="mb-1">
|