|
@@ -36,7 +36,7 @@
|
|
<th class="px-2 text-center">{{ $pro->patientsCountAsRd() }}
|
|
<th class="px-2 text-center">{{ $pro->patientsCountAsRd() }}
|
|
<th>
|
|
<th>
|
|
<th class="pl-2">
|
|
<th class="pl-2">
|
|
- <a class="font-weight-normal" href="{{ route('rd.patients') }}" native
|
|
|
|
|
|
+ <a class="font-weight-normal" href="{{ route('rd.patients', ['popupmode' => 1]) }}" native
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
title="Patients ">Patients </a>
|
|
title="Patients ">Patients </a>
|
|
</th>
|
|
</th>
|
|
@@ -46,7 +46,7 @@
|
|
<th>
|
|
<th>
|
|
<th class="pl-2">
|
|
<th class="pl-2">
|
|
<a class="font-weight-normal"
|
|
<a class="font-weight-normal"
|
|
- href="{{ route('rd.patients_awaiting_mcp_visit') }}" native
|
|
|
|
|
|
+ href="{{ route('rd.patients_awaiting_mcp_visit', ['popupmode' => 1]) }}" native
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
title="Patients Awaiting MCP Visit">Patients Awaiting MCP Visit</a>
|
|
title="Patients Awaiting MCP Visit">Patients Awaiting MCP Visit</a>
|
|
</th>
|
|
</th>
|
|
@@ -56,7 +56,7 @@
|
|
<th>
|
|
<th>
|
|
<th class="pl-2">
|
|
<th class="pl-2">
|
|
<a class="font-weight-normal"
|
|
<a class="font-weight-normal"
|
|
- href="{{ route('rd.patients_without_appointment') }}" native
|
|
|
|
|
|
+ href="{{ route('rd.patients_without_appointment', ['popupmode' => 1]) }}" native
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
title="Patients w/o Appointment ">Patients w/o Appointment </a>
|
|
title="Patients w/o Appointment ">Patients w/o Appointment </a>
|
|
</th>
|
|
</th>
|
|
@@ -66,7 +66,7 @@
|
|
<th>
|
|
<th>
|
|
<th class="pl-2">
|
|
<th class="pl-2">
|
|
<a class="font-weight-normal"
|
|
<a class="font-weight-normal"
|
|
- href="{{ route('rd.encounters_pending_my_review') }}" native
|
|
|
|
|
|
+ href="{{ route('rd.encounters_pending_my_review', ['popupmode' => 1]) }}" native
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
title="Encounters Pending My Review ">Encounters Pending My Review </a>
|
|
title="Encounters Pending My Review ">Encounters Pending My Review </a>
|
|
</th>
|
|
</th>
|
|
@@ -76,7 +76,7 @@
|
|
<th>
|
|
<th>
|
|
<th class="pl-2">
|
|
<th class="pl-2">
|
|
<a class="font-weight-normal"
|
|
<a class="font-weight-normal"
|
|
- href="{{ route('rd.encounters_in_progress') }}" native target="_blank"
|
|
|
|
|
|
+ href="{{ route('rd.encounters_in_progress', ['popupmode' => 1]) }}" native target="_blank"
|
|
open-in-stag-popup popup-style="tall"
|
|
open-in-stag-popup popup-style="tall"
|
|
title="Encounters In Progress">Encounters In Progress</a>
|
|
title="Encounters In Progress">Encounters In Progress</a>
|
|
</th>
|
|
</th>
|
|
@@ -87,7 +87,7 @@
|
|
<th>
|
|
<th>
|
|
<th class="pl-2">
|
|
<th class="pl-2">
|
|
<a class="font-weight-normal"
|
|
<a class="font-weight-normal"
|
|
- href="{{ route('rd.appointments_pending_confirmation') }}" native
|
|
|
|
|
|
+ href="{{ route('rd.appointments_pending_confirmation', ['popupmode' => 1]) }}" native
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
title="Appointments Pending Confirmation">Appointments Pending
|
|
title="Appointments Pending Confirmation">Appointments Pending
|
|
Confirmation</a>
|
|
Confirmation</a>
|
|
@@ -99,7 +99,7 @@
|
|
<th>
|
|
<th>
|
|
<th class="pl-2">
|
|
<th class="pl-2">
|
|
<a class="font-weight-normal"
|
|
<a class="font-weight-normal"
|
|
- href="{{ route('rd.cancelled_appointments_pending_ack') }}" native
|
|
|
|
|
|
+ href="{{ route('rd.cancelled_appointments_pending_ack', ['popupmode' => 1]) }}" native
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
title="Cancelled Appointments Pending Ack.">Cancelled Appointments
|
|
title="Cancelled Appointments Pending Ack.">Cancelled Appointments
|
|
Pending Ack.</a>
|
|
Pending Ack.</a>
|
|
@@ -109,7 +109,7 @@
|
|
<th class="px-2 text-center">{{ $pro->reportsPendingAckCountAsRd() }}
|
|
<th class="px-2 text-center">{{ $pro->reportsPendingAckCountAsRd() }}
|
|
<th>
|
|
<th>
|
|
<th class="pl-2">
|
|
<th class="pl-2">
|
|
- <a class="font-weight-normal" href="{{ route('rd.reports_pending_ack') }}"
|
|
|
|
|
|
+ <a class="font-weight-normal" href="{{ route('rd.reports_pending_ack', ['popupmode' => 1]) }}"
|
|
native target="_blank" open-in-stag-popup popup-style="tall"
|
|
native target="_blank" open-in-stag-popup popup-style="tall"
|
|
title="Reports Pending Ack.">Reports Pending Ack.</a>
|
|
title="Reports Pending Ack.">Reports Pending Ack.</a>
|
|
</th>
|
|
</th>
|
|
@@ -119,7 +119,7 @@
|
|
<th>
|
|
<th>
|
|
<th class="pl-2">
|
|
<th class="pl-2">
|
|
<a class="font-weight-normal"
|
|
<a class="font-weight-normal"
|
|
- href="{{ route('rd.supply_orders_pending_my_ack') }}" native
|
|
|
|
|
|
+ href="{{ route('rd.supply_orders_pending_my_ack', ['popupmode' => 1]) }}" native
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
title="Supply Orders Pending My Ack.">Supply Orders Pending My Ack.</a>
|
|
title="Supply Orders Pending My Ack.">Supply Orders Pending My Ack.</a>
|
|
</th>
|
|
</th>
|
|
@@ -130,7 +130,7 @@
|
|
<th>
|
|
<th>
|
|
<th class="pl-2">
|
|
<th class="pl-2">
|
|
<a class="font-weight-normal"
|
|
<a class="font-weight-normal"
|
|
- href="{{ route('rd.supply_orders_pending_hcp_approval') }}" native
|
|
|
|
|
|
+ href="{{ route('rd.supply_orders_pending_hcp_approval', ['popupmode' => 1]) }}" native
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
target="_blank" open-in-stag-popup popup-style="tall"
|
|
title="Supply Orders Pending HCP Approval">Supply Orders Pending HCP
|
|
title="Supply Orders Pending HCP Approval">Supply Orders Pending HCP
|
|
Approval</a>
|
|
Approval</a>
|
|
@@ -141,7 +141,7 @@
|
|
<th>
|
|
<th>
|
|
<th class="pl-2">
|
|
<th class="pl-2">
|
|
<a class="font-weight-normal"
|
|
<a class="font-weight-normal"
|
|
- href="{{ route('rd.client-review-requests', ['hideTitle' => true]) }}"
|
|
|
|
|
|
+ href="{{ route('rd.client-review-requests', ['hideTitle' => true, 'popupmode' => 1]) }}"
|
|
native target="_blank" open-in-stag-popup popup-style="tall"
|
|
native target="_blank" open-in-stag-popup popup-style="tall"
|
|
title="Charts Pending My Review">Charts Pending My Review </a>
|
|
title="Charts Pending My Review">Charts Pending My Review </a>
|
|
</th>
|
|
</th>
|