|
@@ -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">
|
|
@@ -922,7 +925,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>
|
|
@@ -1555,7 +1558,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 +1919,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 +1927,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 +1989,9 @@
|
|
|
@endif
|
|
|
</div>
|
|
|
|
|
|
- @include('app/patient/note/_cancel-signed-note')
|
|
|
+ <div class="screen-only">
|
|
|
+ @include('app/patient/note/_cancel-signed-note')
|
|
|
+ </div>
|
|
|
|
|
|
|
|
|
</div>
|