Răsfoiți Sursa

Vitals settings - bp mgmt UI

Vijayakrishnan 3 ani în urmă
părinte
comite
f4f7d2684d

+ 2 - 2
resources/views/app/patient/vitals-settings/bp-management-form.blade.php

@@ -104,7 +104,7 @@
                 <div class="mb-3 d-flex align-items-center">
                     <span class="text-secondary min-width-70px">Goal: &nbsp;</span>
                     <div class="flex-grow-1">
-                        <select class="form-control form-control-sm min-width-unset rounded-0" name="sbpManagementGoalCategory">
+                        <select class="form-control form-control-sm min-width-unset rounded-0" name="dbpManagementGoalCategory">
                             <option value="">-- select --</option>
                             <option {{$patient->dbp_management_goal_category === 'LOWER' ? 'selected' : ''}} value="LOWER">Lower</option>
                             <option {{$patient->dbp_management_goal_category === 'INCREASE' ? 'selected' : ''}} value="INCREASE">Increase</option>
@@ -123,7 +123,7 @@
                 <div class="mb-3 d-flex align-items-center">
                     <span class="text-secondary min-width-70px">Goal: &nbsp;</span>
                     <div class="flex-grow-1">
-                        <select class="form-control form-control-sm min-width-unset rounded-0" name="sbpManagementGoalCategory">
+                        <select class="form-control form-control-sm min-width-unset rounded-0" name="pulseManagementGoalCategory">
                             <option value="">-- select --</option>
                             <option {{$patient->pulse_management_goal_category === 'LOWER' ? 'selected' : ''}} value="LOWER">Lower</option>
                             <option {{$patient->pulse_management_goal_category === 'INCREASE' ? 'selected' : ''}} value="INCREASE">Increase</option>