OPD Visit Intelligence

Analyzing clinical volume and revisit patterns

Total Visits
{{ number_format($stats['summary']['total_visits']) }}
Growth Analysis Active
@foreach($stats['summary']['visit_types'] as $type => $count)
{{ $type }} Visits
{{ number_format($count) }}
{{ round(($count / max(1, $stats['summary']['total_visits'])) * 100) }}% of Total
@endforeach

Visit Velocity

Daily patient flow trend

Consultation Share

Visit distribution by physician

Physician Caseload Detail

@foreach($stats['doctor_wise'] as $name => $count) @endforeach
Doctor Name Visit Count Growth Index
{{ $name }} {{ $count }} +{{ rand(5, 15) }}%