@extends ('layouts.template') @section('content')
{{$keyNumbers['totalPatients']}} | Total patients |
---|---|
{{$keyNumbers['patientsNotSeenYet']}} | Patients I have not seen yet |
{{$keyNumbers['pendingBillsToSign']}} | Pending bills to sign |
{{$keyNumbers['signedNotesWithoutBills']}} | Signed notes without bills |
{{$keyNumbers['pendingNotesToSign']}} | Pending notes to sign |
{{$keyNumbers['$pendingNotesToSignMCP']}} | Pending notes to sign (MCP) |
{{$keyNumbers['pendingNotesToSignAllySigned']}} | Pending notes to sign (ally signed) |
{{$keyNumbers['numOpenTickets']}} | Open tickets |
{{$keyNumbers['unacknowledgedCancelledBills']}} | Unacknowledged Cancelled Bills |
{{$keyNumbers['unacknowledgedCancelledSupplyOrders']}} | Unacknowledged Cancelled Supply Orders |
{{$keyNumbers['unsignedSupplyOrders']}} | Unsigned Supply Orders |
{{$keyNumbers['patientsHavingBirthdayToday']}} | Patients having birthday today |
{{$keyNumbers['naBillableSignedNotes']}} | Billable signed notes |
{{$keyNumbers['rmBillsToSign']}} | RM Bills to Sign |
{{$keyNumbers['patientsWithoutCoverageInformation']}} | Without coverage information |
{{$keyNumbers['patientsPendingCoverageVerification']}} | Pending coverage verification |
{{$keyNumbers['rmPatientsWithLT16MD']}} | Patients with < 16 meas. days |
---|---|
{{$keyNumbers['rmPatientsWithGTE16MD']}} | Patients with >= 16 meas. days |
{{$keyNumbers['rmPatientsWithWhomCommDone']}} | Patients with whom comm. not done |
{{$keyNumbers['rmPatientsWithWhomCommNotDone']}} | Patients with whom comm. done |
{{$keyNumbers['measurementsToBeStamped']}} | Unstamped Measurements |
${{friendly_money($reimbursement['currentBalance'])}} | Current balance |
---|---|
${{friendly_money($reimbursement['nextPaymentAmount'])}} | Processing |
{{$reimbursement['lastPayment']}} | Last payment |
{{friendly_date_time($reimbursement['lastPaymentDate'], false)}} | Last payment date |
{{$businessNumbers['notesWithBillsToResolve']}} | Notes with bills to resolve |
---|---|
{{$businessNumbers['notesPendingBillingClosure']}} | Notes pending billing closure |
Appointment Updates
Client | Appt. Date/Time | Status | |
---|---|---|---|
{{$update->name_first}} {{$update->name_last}} | {{friendlier_date_time($update->start_time)}} | {{$update->status}} | Acknowledge |
Appointment Updates
Client | Pro | Appt. Date/Time | Status | |
---|---|---|---|---|
{{$update->name_first}} {{$update->name_last}} | {{$update->pro_name_first}} {{$update->pro_name_last}} | {{friendlier_date_time($update->start_time)}} | {{$update->status}} | Acknowledge |
New Patients
@foreach($newMCPAssociations as $assoc)New Patients
@foreach($newNAAssociations as $assoc)New Patients Memos (MCP)
Patient | Memo | Created | |
---|---|---|---|
{{$memo->name_first}} {{$memo->name_last}} | {!! $memo->content !!} | {{friendlier_date_time($memo->created_at)}} | Stamp |
New Patients Memos (NA)
Patient | Memo | Created | |
---|---|---|---|
{{$memo->name_first}} {{$memo->name_last}} | {!! $memo->content !!} | {{friendlier_date_time($memo->created_at)}} | Stamp |