浏览代码

Merge branch 'dev' of rav.triplestart.com:jmudaka/stagfe2

= 3 年之前
父节点
当前提交
e476564351

+ 1 - 1
resources/views/app/patient/segment-templates/covid_intake/edit.blade.php

@@ -795,7 +795,7 @@ if (!!@$point->data) {
         </div>
 
         <div class="mb-3">
-            <label class="mb-1"><strong>Total minutes  spent on this visit counseling or educating a patient or caregiver, documentation, and care coordination.</label>
+            <label class="mb-1"><b>Total minutes  spent on this visit counseling or educating a patient or caregiver, documentation, and care coordination.</b></label>
             <input type="text" data-name="ans_total_mins_spent" value="{{@$contentData['ans_total_mins_spent']}}" class="form-control form-control-sm">
             <small>Over 50% of this time was directed towards counseling and education.</small>
         </div>

+ 3 - 4
resources/views/app/patient/segment-templates/covid_intake/summary.blade.php

@@ -120,10 +120,9 @@ if (!!@$point->data) {
 }
 
 ?>
-
 <div class="p-3 mb-0">
     <ul class="mb-0">
-        <li><strong>For the second visit</strong>, every patient is so unique. Please complete a standard SOAP note. Here are key points:</strong></li>
+        <li><strong>For the second visit</strong>, every patient is so unique. Please complete a standard SOAP note. Here are key points:</li>
         <li>How are you?</li>
         <li>Did you receive the meters? Any issues?</li>
         <li>Reiterate education about asymptomatic hypoxia and guidelines to check regularly.</li>
@@ -149,7 +148,7 @@ if (!!@$point->data) {
         $mailingAddress = implode(' ', [$patient->mailing_address_line1, $patient->mailing_address_line2, $patient->mailing_address_city, $patient->mailing_address_state, $patient->mailing_address_zip]);
         ?>
         @if(!ctype_space($mailingAddress))
-        <hr class="my-3">
+        <hr class="my-3" />
         <label>Asked patient to confirm if <b><i><u>{{$mailingAddress}}</u></i></b> was their mailing address, to which they:</label>
         @if(@$contentData['ans_is_address_correct'] == 'yes')
         <?= segment_template_summary_value_display('confirmed to be correct.') ?>
@@ -168,7 +167,7 @@ if (!!@$point->data) {
 
     </div>
 
-    <hr class="my-3">
+    <hr class="my-3" />
     <label>Asked patient if they have ever worked with a nurse practitioner before, to which they responded:</label>
     @if(@$contentData['ans_has_worked_with_an_np_before'] == 'yes')
     <?= segment_template_summary_value_display('YES.') ?>