Przeglądaj źródła

generic bill doc: Provided Patient w/ Visit-Related Education.

Vijayakrishnan 3 lat temu
rodzic
commit
644c9571fc

+ 9 - 3
resources/views/app/generic-bills/add-bill-form/Note.blade.php

@@ -38,24 +38,30 @@
         <div class="mb-2 border px-2 pt-2 generic-bill-actions">
             <p class="text-sm mb-1 text-secondary font-weight-bold">Please indicate the activities time was spent on:</p>
             <input type="text" name="genericDescription" value="" class="zero-height-field m-0 p-0 border-0" required>
-            <label class="d-flex align-items-center">
+            <label class="d-flex align-items-baseline">
                 <input type="checkbox" class="mr-2 my-0 generic-bill-action"
                        data-action="Note reviewed."
                        onchange="return updateGenericBillAction(this)">
                 <span>Note reviewed.</span>
             </label>
-            <label class="d-flex align-items-center">
+            <label class="d-flex align-items-baseline">
                 <input type="checkbox" class="mr-2 my-0 generic-bill-action"
                        data-action="Care coordinated."
                        onchange="return updateGenericBillAction(this)">
                 <span>Care coordinated.</span>
             </label>
-            <label class="d-flex align-items-center">
+            <label class="d-flex align-items-baseline">
                 <input type="checkbox" class="mr-2 my-0 generic-bill-action"
                        data-action="Admin. support for follow-up."
                        onchange="return updateGenericBillAction(this)">
                 <span>Admin. support for follow-up.</span>
             </label>
+            <label class="d-flex align-items-baseline">
+                <input type="checkbox" class="mr-2 my-0 generic-bill-action"
+                       data-action="Provided Patient w/ Visit-Related Education."
+                       onchange="return updateGenericBillAction(this)">
+                <span>Provided Patient w/ Visit-Related Education.</span>
+            </label>
         </div>
         @include('app.generic-bills.add-bill-form._default-actions')
     @endif