|
@@ -402,22 +402,22 @@
|
|
|
<div class="">
|
|
|
<div class="d-flex align-items-center mb-2">
|
|
|
<p class="font-weight-bold text-secondary m-0 font-size-14">ERx/Orders Summary</p>
|
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
+ <span class="mx-2 text-secondary screen-only">|</span>
|
|
|
<a href="/patients/view/{{$patient->uid}}/tickets/erx/create?popupmode=1¬e-uid={{$note->uid}}"
|
|
|
native target="_blank"
|
|
|
- class="ticket-popup-trigger note-dashboard-action d-block text-nowrap">
|
|
|
+ class="ticket-popup-trigger note-dashboard-action d-block text-nowrap screen-only">
|
|
|
+ ERx
|
|
|
</a>
|
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
+ <span class="mx-2 text-secondary screen-only">|</span>
|
|
|
<a href="/patients/view/{{$patient->uid}}/tickets/lab/create?popupmode=1¬e-uid={{$note->uid}}"
|
|
|
native target="_blank"
|
|
|
- class="ticket-popup-trigger note-dashboard-action d-block text-nowrap">
|
|
|
+ class="ticket-popup-trigger note-dashboard-action d-block text-nowrap screen-only">
|
|
|
+ Lab
|
|
|
</a>
|
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
+ <span class="mx-2 text-secondary screen-only">|</span>
|
|
|
<a href="/patients/view/{{$patient->uid}}/tickets/imaging/create?popupmode=1¬e-uid={{$note->uid}}"
|
|
|
native target="_blank"
|
|
|
- class="ticket-popup-trigger note-dashboard-action d-block text-nowrap">
|
|
|
+ class="ticket-popup-trigger note-dashboard-action d-block text-nowrap screen-only">
|
|
|
+ Imaging
|
|
|
</a>
|
|
|
</div>
|
|
@@ -663,8 +663,9 @@
|
|
|
<div class="">
|
|
|
<div class="d-flex align-items-center mb-2">
|
|
|
<p class="font-weight-bold text-secondary m-0 font-size-14">Supply Orders Summary</p>
|
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
+ <span class="mx-2 text-secondary screen-only">|</span>
|
|
|
<a native target="_blank"
|
|
|
+ class="screen-only"
|
|
|
open-in-stag-popup
|
|
|
update-parent
|
|
|
mc-initer="patient-supply-orders"
|
|
@@ -799,7 +800,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
@if($pro->pro_type === 'ADMIN')
|
|
|
- <div class="p-3 border-bottom">
|
|
|
+ <div class="p-3 border-bottom screen-only">
|
|
|
<div>
|
|
|
<h2 class="font-weight-bold text-secondary">Bills & Claims Summary</h2>
|
|
|
<div class="d-flex justify-content-center align-items-start">
|
|
@@ -1035,12 +1036,12 @@
|
|
|
<th class="border-bottom-0">Service</th>
|
|
|
<th class="border-bottom-0">Billable</th>
|
|
|
<th class="border-bottom-0">HCP</th>
|
|
|
- <th class="border-bottom-0">Total</th>
|
|
|
+ <th class="border-bottom-0 screen-only">Total</th>
|
|
|
<th class="border-bottom-0">Sign</th>
|
|
|
- <th class="border-bottom-0">Bal Post Date</th>
|
|
|
+ <th class="border-bottom-0 screen-only">Bal Post Date</th>
|
|
|
<th class="border-bottom-0">Verification</th>
|
|
|
<th class="border-bottom-0">Cancellation</th>
|
|
|
- <th class="border-bottom-0">Payment</th>
|
|
|
+ <th class="border-bottom-0 screen-only">Payment</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -1092,17 +1093,17 @@
|
|
|
</td>
|
|
|
<td class="">
|
|
|
<div class="text-nowrap font-weight-bold text-secondary">{{ $bill->hcp->displayName() }} (HCP)</div>
|
|
|
- <div class="text-nowrap mt-1">
|
|
|
+ <div class="text-nowrap mt-1 screen-only">
|
|
|
<span class="text-secondary">Paid: </span>
|
|
|
<span>{{ $bill->has_hcp_been_paid ? 'Yes' : 'No' }}</span>
|
|
|
</div>
|
|
|
@if(!$bill->has_hcp_been_paid)
|
|
|
- <div class="text-nowrap mt-1">
|
|
|
+ <div class="text-nowrap mt-1 screen-only">
|
|
|
<span class="text-secondary">Expected: </span>
|
|
|
<span class="font-weight-bold">${{ $bill->hcp_expected_payment_amount }}</span>
|
|
|
</div>
|
|
|
@else
|
|
|
- <div class="text-nowrap mt-1">
|
|
|
+ <div class="text-nowrap mt-1 screen-only">
|
|
|
<span class="text-secondary">Amount: </span>
|
|
|
<span class="font-weight-bold">${{ $bill->hcp_payment_amount }}</span>
|
|
|
</div>
|
|
@@ -1110,17 +1111,17 @@
|
|
|
@if($bill->ally)
|
|
|
<hr>
|
|
|
<div class="text-nowrap font-weight-bold text-secondary">{{ $bill->ally->displayName() }} (NA)</div>
|
|
|
- <div class="text-nowrap mt-1">
|
|
|
+ <div class="text-nowrap mt-1 screen-only">
|
|
|
<span class="text-secondary">Paid: </span>
|
|
|
<span>{{ $bill->has_na_been_paid ? 'Yes' : 'No' }}</span>
|
|
|
</div>
|
|
|
@if(!$bill->has_na_been_paid)
|
|
|
- <div class="text-nowrap mt-1">
|
|
|
+ <div class="text-nowrap mt-1 screen-only">
|
|
|
<span class="text-secondary">Expected: </span>
|
|
|
<span class="font-weight-bold">${{ $bill->na_expected_payment_amount }}</span>
|
|
|
</div>
|
|
|
@else
|
|
|
- <div class="text-nowrap mt-1">
|
|
|
+ <div class="text-nowrap mt-1 screen-only">
|
|
|
<span class="text-secondary">Amount: </span>
|
|
|
<span class="font-weight-bold">${{ $bill->na_payment_amount }}</span>
|
|
|
</div>
|
|
@@ -1128,7 +1129,7 @@
|
|
|
@endif
|
|
|
|
|
|
</td>
|
|
|
- <td class="pr-3">
|
|
|
+ <td class="pr-3 screen-only">
|
|
|
@if($bill->has_hcp_been_paid)
|
|
|
<span class="text-secondary">Paid. </span>
|
|
|
<span class="font-weight-bold">${{ friendly_money($bill->total_paid) }}</span>
|
|
@@ -1182,7 +1183,7 @@
|
|
|
@endif
|
|
|
@endif
|
|
|
</td>
|
|
|
- <td>
|
|
|
+ <td class="screen-only">
|
|
|
@if(!$bill->is_cancelled)
|
|
|
<span class="d-block" moe>
|
|
|
<a class="" href="" show start>
|
|
@@ -1310,7 +1311,7 @@
|
|
|
@endif
|
|
|
|
|
|
</td>
|
|
|
- <td> <!-- submit payment -->
|
|
|
+ <td class="screen-only"> <!-- submit payment -->
|
|
|
<div class="my-1">
|
|
|
@if(!$bill->is_cancelled && !$bill->has_hcp_been_paid )
|
|
|
@if(+$bill->hcp_expected_payment_amount && $bill->is_signed_by_hcp)
|