{{-- Header --}}
Babu Clinic

BABU CLINIC

Dr. R.S. Ajaiy Dharsaun M.B.B.S., DEM (U.K)., FICM.,

General Physician / Emergency Physician

Contact: 6381515255 Reg N0: 108888
{{-- Patient info --}}
{{ $patient->patient_name ?? '-' }}
{{ $patient->age ?? '-' }}
{{ $patient->gender ?? '-' }}
{{ $patient->place ?? '-' }}
{{ $patient->sheet_no ?? '-' }}
{{ $history->created_at->format('d/m/Y') ?? '-' }}
{{-- Presenting Complaints --}}
Presenting Complaints

{{ $history->complaint ?? 'No records' }}

{{-- Vitals --}}
Vitals
Height : {{ $history->height ?? '-' }}
Weight : {{ $history->weight ?? '-' }}
Temperature : {{ $history->temperature ?? '-' }}
Pulse Rate : {{ $history->pulse_rate ?? '-' }}
BPM : {{ $history->respiratory_rate ?? '-' }}
BP(mm) : {{ $history->bp ?? '-' }}
Spo2 (% Rate) : {{ $history->spo2 ?? '-' }}
CBG : {{ $history->cbg ?? '-' }}
{{-- Past History / Allergy History --}}
Past History
HYP : {{ ucfirst($history->hypertension ?? '-') }} DM : {{ ucfirst($history->dm ?? '-') }} CAD : {{ ucfirst($history->cad ?? '-') }} Thyroid : {{ ucfirst($history->thyroid ?? '-') }} CKD : {{ ucfirst($history->ckd ?? '-') }} CVA : {{ ucfirst($history->cva ?? '-') }}
Allergy History
Allergy : @if($history->allergyType) {{ $history->allergyType->allergy_name }} @endif @if($history->allergy_details) - {{ $history->allergy_details }} @endif
{{-- System Examination --}}
System Examination
CVS : {{ $history->cvs ?? '-' }} RS (NVBS) : {{ $history->rs ?? '-' }} P/A : {{ $history->pa ?? '-' }} CNS : {{ $history->cns ?? '-' }}
{{-- Diagnosis --}}
Diagnosis

{{ $history->diagnosis ?? 'No records' }}

{{-- Medicines table --}}
@foreach($medicines as $key => $medicine) @endforeach
SNO Type Name Dosage Days Time Before Food After Food
{{ $key + 1 }} {{ $medicine->category->name ?? '-' }} {{ $medicine->product->product_name ?? '-' }} {{ $medicine->dosage }} {{ $medicine->days }} Days {{ $medicine->morning ? 1 : 0 }} - {{ $medicine->lunch ? 1 : 0 }} - {{ $medicine->evening ? 1 : 0 }} - {{ $medicine->dinner ? 1 : 0 }} @if($medicine->before_food) @else - @endif @if($medicine->after_food) @else - @endif
{{-- Signature --}}
Authorised Signatory :
Date :
{{-- Footer --}}