Browse Source

BMi mgmt summary updates

Vijayakrishnan 3 năm trước cách đây
mục cha
commit
d326f1a255

+ 4 - 4
resources/views/app/patient/vitals-settings/bmi-management-summary.blade.php

@@ -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">