|
@@ -37,7 +37,11 @@
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$pro->get_new_patients_awaiting_visit_count_as_mcp()}}</th>
|
|
|
<th class="pl-2">
|
|
|
- <a href="{{ route('mcp.new_patients_awaiting_visit') }}">
|
|
|
+ <a href="{{ route('mcp.new_patients_awaiting_visit') }}"
|
|
|
+ native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ popup-style="tall"
|
|
|
+ title="New Patients Awaiting Visit">
|
|
|
New Patients Awaiting Visit
|
|
|
</a>
|
|
|
</th>
|
|
@@ -45,7 +49,11 @@
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$pro->get_notes_pending_signature_count_as_mcp()}}</th>
|
|
|
<th class="pl-2">
|
|
|
- <a href="{{ route('mcp.notes_pending_signature') }}">
|
|
|
+ <a href="{{ route('mcp.notes_pending_signature') }}"
|
|
|
+ native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ popup-style="tall"
|
|
|
+ title="Notes Pending Signature">
|
|
|
Notes Pending Signature
|
|
|
</a>
|
|
|
</th>
|
|
@@ -53,7 +61,11 @@
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$pro->get_notes_pending_billing_count_as_mcp()}}</th>
|
|
|
<th class="pl-2">
|
|
|
- <a href="{{ route('mcp.notes_pending_billing') }}">
|
|
|
+ <a href="{{ route('mcp.notes_pending_billing') }}"
|
|
|
+ native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ popup-style="tall"
|
|
|
+ title="Notes Pending Billing">
|
|
|
Notes Pending Billing
|
|
|
</a>
|
|
|
</th>
|
|
@@ -61,15 +73,24 @@
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$pro->get_incoming_reports_pending_signature_count_as_mcp()}}</th>
|
|
|
<th class="pl-2">
|
|
|
- <a href="{{ route('mcp.reports_pending_signature') }}">
|
|
|
- Reports Pending Signature</a>
|
|
|
+ <a href="{{ route('mcp.reports_pending_signature') }}"
|
|
|
+ native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ popup-style="tall"
|
|
|
+ title="Reports Pending Signature">
|
|
|
+ Reports Pending Signature
|
|
|
+ </a>
|
|
|
</th>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$pro->get_patients_without_appointment_count_as_mcp()}}</th>
|
|
|
<th class="pl-2">
|
|
|
- <a href="{{ route('mcp.patients_without_appointments') }}">
|
|
|
+ <a href="{{ route('mcp.patients_without_appointments') }}"
|
|
|
+ native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ popup-style="tall"
|
|
|
+ title="Patients w/o Appointments">
|
|
|
Patients w/o Appointments
|
|
|
</a>
|
|
|
</th>
|
|
@@ -77,7 +98,11 @@
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$pro->get_patients_overdue_count_as_mcp()}}</th>
|
|
|
<th class="pl-2">
|
|
|
- <a href="{{ route('mcp.patients_overdue_for_visit') }}">
|
|
|
+ <a href="{{ route('mcp.patients_overdue_for_visit') }}"
|
|
|
+ native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ popup-style="tall"
|
|
|
+ title="Patients Overdue for Visit">
|
|
|
Patients Overdue for Visit
|
|
|
</a>
|
|
|
</th>
|
|
@@ -85,14 +110,23 @@
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$pro->get_cancelled_appointments_pending_acknowledgement_count_as_mcp()}}</th>
|
|
|
<th class="pl-2">
|
|
|
- <a href="{{ route('mcp.cancelled_appointments_pending_review') }}">
|
|
|
- Cancelled Appts. Pending Review</a>
|
|
|
+ <a href="{{ route('mcp.cancelled_appointments_pending_review') }}"
|
|
|
+ native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ popup-style="tall"
|
|
|
+ title="Cancelled Appts. Pending Review">
|
|
|
+ Cancelled Appts. Pending Review
|
|
|
+ </a>
|
|
|
</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$pro->get_cancelled_bills_awaiting_review_count_as_mcp()}}</th>
|
|
|
<th class="pl-2">
|
|
|
- <a href="{{ route('mcp.cancelled_bills_pending_review') }}">
|
|
|
+ <a href="{{ route('mcp.cancelled_bills_pending_review') }}"
|
|
|
+ native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ popup-style="tall"
|
|
|
+ title="Cancelled Bills Pending Review">
|
|
|
Cancelled Bills Pending Review
|
|
|
</a>
|
|
|
</th>
|
|
@@ -100,7 +134,11 @@
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$pro->get_cancelled_supply_orders_awaiting_review_count_as_mcp()}}</th>
|
|
|
<th class="pl-2">
|
|
|
- <a href="{{ route('mcp.cancelled_supply_orders_pending_review') }}">
|
|
|
+ <a href="{{ route('mcp.cancelled_supply_orders_pending_review') }}"
|
|
|
+ native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ popup-style="tall"
|
|
|
+ title="Cancelled Supply Orders Pending Review">
|
|
|
Cancelled Supply Orders Pending Review
|
|
|
</a>
|
|
|
</th>
|
|
@@ -109,7 +147,11 @@
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$pro->get_erx_and_orders_awaiting_signature_count_as_mcp()}}</th>
|
|
|
<th class="pl-2">
|
|
|
- <a href="{{ route('mcp.erx_and_orders_pending_signature') }}">
|
|
|
+ <a href="{{ route('mcp.erx_and_orders_pending_signature') }}"
|
|
|
+ native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ popup-style="tall"
|
|
|
+ title="ERx & Orders Pending Signature">
|
|
|
ERx & Orders Pending Signature
|
|
|
</a>
|
|
|
</th>
|
|
@@ -117,7 +159,11 @@
|
|
|
<tr>
|
|
|
<th class="px-2 text-center">{{$pro->get_supply_orders_awaiting_signature_count_as_mcp()}}</th>
|
|
|
<th class="pl-2">
|
|
|
- <a href="{{ route('mcp.supply_orders_pending_signature') }}">
|
|
|
+ <a href="{{ route('mcp.supply_orders_pending_signature') }}"
|
|
|
+ native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ popup-style="tall"
|
|
|
+ title="Supply Orders Pending Signature">
|
|
|
Supply Orders Pending Signature
|
|
|
</a>
|
|
|
</th>
|