Josh 3 سال پیش
والد
کامیت
3a09087317

+ 2 - 2
resources/views/app/patient/notes.blade.php

@@ -6,7 +6,7 @@
     <div class="pt-2 d-flex align-items-start">
         <h6 class="my-0 text-secondary d-flex align-items-center w-100">
             <span class="font-weight-bold text-secondary">Notes</span>
-            @if(true || $patient->getPrimaryCoverageStatus() === 'YES')
+            @if($patient->latestClientPrimaryCoverage->is_covered == 'YES')
                 <span class="mx-2 text-secondary">|</span>
 
                 <div moe>
@@ -61,7 +61,7 @@
                     </form>
                 </div>
                 <span class="mx-2 text-secondary">|</span>
-                
+
                 <div moe>
                 <a start show class="py-0 mb-3 text-info font-weight-bold">Add Visit</a>
                 <form url="/api/visit/create"

+ 1 - 19
resources/views/app/patient/vitals-settings/bp-management-summary.blade.php

@@ -9,7 +9,6 @@
             <div class="">
                 <div class="mb-1 d-flex align-items-center">
                     <span class="text-secondary width-50px">SBP:</span>
-                    <div class="px-2 font-weight-bold"><?= vsValue('usual_am_resting_sbp', $patient) ?></div>
                     <span class="text-secondary">(range
                     <?= vsValue('usual_am_resting_sbp_min', $patient) ?>
                     to
@@ -17,7 +16,6 @@
                 </div>
                 <div class="mb-1 d-flex align-items-center">
                     <span class="text-secondary width-50px">DBP:</span>
-                    <div class="px-2 font-weight-bold"><?= vsValue('usual_am_resting_dbp', $patient) ?></div>
                     <span class="text-secondary">(range
                     <?= vsValue('usual_am_resting_dbp_min', $patient) ?>
                     to
@@ -25,7 +23,6 @@
                 </div>
                 <div class="mb-1 d-flex align-items-center">
                     <span class="text-secondary width-50px">Pulse:</span>
-                    <div class="px-2 font-weight-bold"><?= vsValue('usual_am_resting_pulse', $patient) ?></div>
                     <span class="text-secondary">(range
                     <?= vsValue('usual_am_resting_pulse_min', $patient) ?>
                     to
@@ -41,7 +38,6 @@
             <div class="">
                 <div class="mb-1 d-flex align-items-center">
                     <span class="text-secondary width-50px">SBP:</span>
-                    <div class="px-2 font-weight-bold"><?= vsValue('usual_pm_resting_sbp', $patient) ?></div>
                     <span class="text-secondary">(range
                     <?= vsValue('usual_pm_resting_sbp_min', $patient) ?>
                     to
@@ -49,7 +45,6 @@
                 </div>
                 <div class="mb-1 d-flex align-items-center">
                     <span class="text-secondary width-50px">DBP:</span>
-                    <div class="px-2 font-weight-bold"><?= vsValue('usual_pm_resting_dbp', $patient) ?></div>
                     <span class="text-secondary">(range
                     <?= vsValue('usual_pm_resting_dbp_min', $patient) ?>
                     to
@@ -57,7 +52,6 @@
                 </div>
                 <div class="d-flex align-items-center">
                     <span class="text-secondary width-50px">Pulse:</span>
-                    <div class="px-2 font-weight-bold"><?= vsValue('usual_pm_resting_pulse', $patient) ?></div>
                     <span class="text-secondary">(range
                     <?= vsValue('usual_pm_resting_pulse_min', $patient) ?>
                     to
@@ -73,10 +67,6 @@
                 <div class="mb-1 d-flex align-items-center">
                     <span class="text-secondary width-50px">SBP:</span>
                     <div class="font-weight-bold"><?= vsValue('ideal_am_resting_sbp', $patient) ?></div>
-                    <span class="text-secondary">(range
-                    <?= vsValue('ideal_am_resting_sbp_min', $patient) ?>
-                    to
-                    <?= vsValue('ideal_am_resting_sbp_max', $patient) ?>)</span>
                 </div>
                 <div class="mb-3 d-flex align-items-center">
                     <span class="text-secondary width-50px">Goal: &nbsp;</span>
@@ -87,10 +77,6 @@
                 <div class="mb-1 d-flex align-items-center">
                     <span class="text-secondary width-50px">DBP:</span>
                     <div class="font-weight-bold"><?= vsValue('ideal_am_resting_dbp', $patient) ?></div>
-                    <span class="text-secondary">(range
-                    <?= vsValue('ideal_am_resting_dbp_min', $patient) ?>
-                    to
-                    <?= vsValue('ideal_am_resting_dbp_max', $patient) ?>)</span>
                 </div>
                 <div class="mb-3 d-flex align-items-center">
                     <span class="text-secondary width-50px">Goal: &nbsp;</span>
@@ -101,10 +87,6 @@
                 <div class="mb-1 d-flex align-items-center">
                     <span class="text-secondary width-50px">Pulse:</span>
                     <div class="font-weight-bold"><?= vsValue('ideal_am_resting_pulse', $patient) ?></div>
-                    <span class="text-secondary">(range
-                    <?= vsValue('ideal_am_resting_pulse_min', $patient) ?>
-                    to
-                    <?= vsValue('ideal_am_resting_pulse_max', $patient) ?>)</span>
                 </div>
                 <div class="mb-3 d-flex align-items-center">
                     <span class="text-secondary width-50px">Goal: &nbsp;</span>
@@ -255,4 +237,4 @@
     $icds = implode(', ', $icds);
     ?>
     <span>{{$icds}}</span>
-</div>
+</div>