|
@@ -36,15 +36,18 @@
|
|
|
@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">
|
|
|
+ <div id="note-single-header" class="pt-2 pb-3 d-flex align-items-start screen-only">
|
|
|
+ <h6 class="my-0 text-secondary d-flex align-items-center w-100">
|
|
|
<a href="/patients/view/{{ $patient->uid }}/notes" class="small text-decoration-none mr-3">
|
|
|
<i class="fa fa-chevron-left"></i>
|
|
|
</a>
|
|
|
- <div class="mr-auto">
|
|
|
+ <div class="mr-auto d-inline-flex align-items-center">
|
|
|
<span class="text-dark font-weight-bold">Note
|
|
|
<span class="text-secondary font-weight-normal">{{ $note->is_cancelled ? '(CANCELLED)' : '' }}</span>
|
|
|
</span>
|
|
|
+ @if($pro->pro_type === 'ADMIN')
|
|
|
+ <a href="#" class="print-note ml-3 btn btn-sm btn-primary text-white font-weight-bold invisible"><i class="fa fa-print"></i> Print</a>
|
|
|
+ @endif
|
|
|
</div>
|
|
|
@if($patient->has_mcp_done_onboarding_visit !== 'YES')
|
|
|
<div class="ml-auto">
|
|
@@ -399,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>
|
|
@@ -660,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"
|
|
@@ -796,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">
|
|
@@ -922,7 +926,7 @@
|
|
|
@endif
|
|
|
|
|
|
@if($note->method === 'IN_CLINIC' || $pro->pro_type === 'ADMIN')
|
|
|
- <div class="p-3 border-bottom">
|
|
|
+ <div class="p-3 border-bottom screen-only">
|
|
|
<div class="ml-auto d-inline-flex align-items-center">
|
|
|
|
|
|
<span class="text-secondary font-weight-bold">Pro: </span>
|
|
@@ -1032,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>
|
|
@@ -1089,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>
|
|
@@ -1107,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>
|
|
@@ -1125,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>
|
|
@@ -1179,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>
|
|
@@ -1307,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)
|
|
@@ -1555,7 +1559,7 @@
|
|
|
{{-- claims --}}
|
|
|
@if($pro->pro_type === 'ADMIN')
|
|
|
@if($note->claims->count())
|
|
|
- <div class="p-3">
|
|
|
+ <div class="screen-only p-3">
|
|
|
<div class="d-flex align-items-center mb-2">
|
|
|
<p class="font-weight-bold text-secondary m-0">Claims</p>
|
|
|
@include('app/patient/note/_create-claim')
|
|
@@ -1916,7 +1920,7 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
@else
|
|
|
- <div class="my-3 px-3 d-flex">
|
|
|
+ <div class="screen-only my-3 px-3 d-flex">
|
|
|
<p class="font-weight-bold mb-0 text-secondary">No claims in this note</p>
|
|
|
@include('app/patient/note/_create-claim')
|
|
|
</div>
|
|
@@ -1924,7 +1928,7 @@
|
|
|
@endif
|
|
|
|
|
|
|
|
|
- <div class="border-top p-3">
|
|
|
+ <div class="border-top p-3 screen-only">
|
|
|
@if($note->addendums->count())
|
|
|
<div class="">
|
|
|
<div class="d-flex align-items-center mb-2">
|
|
@@ -1986,7 +1990,9 @@
|
|
|
@endif
|
|
|
</div>
|
|
|
|
|
|
- @include('app/patient/note/_cancel-signed-note')
|
|
|
+ <div class="screen-only">
|
|
|
+ @include('app/patient/note/_cancel-signed-note')
|
|
|
+ </div>
|
|
|
|
|
|
|
|
|
</div>
|