瀏覽代碼

Vitals settings - bp mgmt UI

Vijayakrishnan 3 年之前
父節點
當前提交
f4f7d2684d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/views/app/patient/vitals-settings/bp-management-form.blade.php

+ 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>