|
@@ -48,6 +48,7 @@
|
|
|
<th class="border-bottom-0 text-nowrap">Shawn Reject?</th>
|
|
|
<th class="border-bottom-0 text-nowrap">Claiming Closed?</th>
|
|
|
<th class="border-bottom-0 text-nowrap">Kyle Billed?</th>
|
|
|
+ <th class="border-bottom-0 text-nowrap"></th>
|
|
|
<th class="border-bottom-0 w-50 d-none"></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -97,6 +98,23 @@
|
|
|
<td class="font-weight-bold text-danger">{!! @$parsedDetailJson->shawn_decision && @$parsedDetailJson->shawn_decision === 'red' ? '<i class="fa fa-times"></i> Rejected' : '' !!}</td>
|
|
|
<td class="font-weight-bold text-success">{{ $row->is_claim_closed }}</td>
|
|
|
<td class="font-weight-bold text-success">{!! @$parsedDetailJson->kyle_billed && @$parsedDetailJson->kyle_billed === 'yes' ? '<i class="fa fa-check"></i> Yes' : '' !!}</td>
|
|
|
+ <td>
|
|
|
+ @if($row->visit_number == !)
|
|
|
+ <div moe>
|
|
|
+ <a start show>Process Intake Note</a>
|
|
|
+ <form url="/api/note/processVisit1ForCovidIntake">
|
|
|
+ <input type="hidden" name="uid" value="{{$row->uid}}">
|
|
|
+ <div class="form-group mb-2">
|
|
|
+ <p>Are you sure?</p>
|
|
|
+ </div>
|
|
|
+ <div class="form-group m-0">
|
|
|
+ <button submit class="btn btn-primary btn-sm">submit</button>
|
|
|
+ <button cancel class="btn btn-primary btn-sm">cancel</button>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
+ </td>
|
|
|
<td class="d-none">
|
|
|
{{--
|
|
|
<a href="/patients/view/{{ $row->client_uid }}/notes/view/{{ $row->uid }}?suggestion_mode=on" target="popup"
|