@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['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['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 |
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 |