Explorar el Código

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

= hace 4 años
padre
commit
8c899b8edb

+ 4 - 12
resources/views/app/new-patient.blade.php

@@ -19,10 +19,6 @@
                         @if (session('message'))
                             <div class="alert alert-danger">{{ session('message') }}</div>
                         @endif
-                        <div class='form-group mb-3'>
-                            <label class='control-label'>How is quarantine treating you?</label>
-                            <textarea class='form-control' type='text' name='howIsQuarantine'></textarea>
-                        </div>
                         <div class='form-group mb-3'>
                             <label class='control-label'>First Name *</label>
                             <input class='form-control' type='text' name='nameFirst' required>
@@ -31,6 +27,7 @@
                             <label class='control-label'>Last Name *</label>
                             <input class='form-control' type='text' name='nameLast' value='' required>
                         </div>
+			
                         <div class='form-group mb-3'>
                             <label class='control-label'>Sex</label>
                             <select class='form-control' name='sex' value='' >
@@ -107,14 +104,9 @@
                             </div>
                         </div>
                         <hr class="m-neg-4">
-                        <div class='form-group mb-3'>
-                            <label class='control-label'>Initiative</label>
-                            <select name="initiative" class="form-control">
-                                <option value="">-- select --</option>
-                                @foreach($intiatives as $initiative)
-                                <option value="{{$initiative}}">{{$initiative}}</option>
-                                @endforeach
-                            </select>
+			<div class='form-group mb-3'>
+                            <label class='control-label'>How did you hear about us?</label>
+                            <textarea class='form-control' type='text' required="" name='initiative'></textarea>
                         </div>
                     </form>
                 </div>

+ 2 - 0
resources/views/app/patient/note/dashboard.blade.php

@@ -20,6 +20,7 @@
     }
     ?>
 
+    {{--
     @if(!count($pro->companyProPayers) ||  /* pro has no assoc with any payer */
                     ($patient->is_part_b_primary !== 'YES' && !$patient->non_mc_primary_payer_id) ||    /* patient is not part_b and has no primary non-mc payer */
                     ($patient->is_part_b_primary === 'YES' && !$pro->isAssociatedWithMCPayer()) ||      /* patient is part_b but pro has no mc payer assoc */
@@ -33,6 +34,7 @@
             </div>
         </div>
     @endif
+    --}}
 
     <div id="note-single-header" class="pt-2 pb-3 d-flex align-items-start">
         <h6 class="my-0 text-secondary d-flex align-items-start w-100">

+ 3 - 1
resources/views/layouts/template.blade.php

@@ -124,7 +124,9 @@
                             <a class="dropdown-item" href="{{ route('practice-management.medicarePartBClaims') }}">Medicare Part B Claims</a>
                             <a class="dropdown-item" href="{{ route('practice-management.patientClaimSummary') }}">Patient Claim Summary</a>
 {{--                            <a class="dropdown-item" href="{{ route('practice-management.hcpBillMatrix') }}">HCP Bill Matrix</a>--}}
-                            <a class="dropdown-item" href="{{ route('practice-management.treatmentServiceUtil') }}">Treatment Service Util.</a>
+                            @if(false)
+				<a class="dropdown-item" href="{{ route('practice-management.treatmentServiceUtil') }}">Treatment Service Util.</a>
+			     @endif
                             <a class="dropdown-item" href="{{ route('practice-management.tickets') }}">Tickets</a>
                             <a class="dropdown-item" href="{{ route('practice-management.supply-orders') }}">Supply Orders</a>
                             <a class="dropdown-item" href="{{ route('practice-management.shipments') }}">Shipments</a>