| Name: {{$data->PatientName}} | MRD No: | {{$data->MrdNo}} |
| Age / Gender: {{$data->AgeGender}} | Date of Admission: | 12-12-2025 |
| Address: Amravati, Maharashtra | Date of Operation: | {{date("d-m-Y", strtotime(str_replace('-', '/',$data->OperationDate)))}} |
| Date of Discharge: | {{date("d-m-Y", strtotime(str_replace('-', '/',$data->DischargeDate)))}} |
| Clinical Examination | Investigations |
| {{$data->SlitLamp}} |
BP: {{$data->txtbp}} mmHg Blood Sugar (Fasting): {{$data->txtbsfasting}} Other IOL: {{$data->otherIol}} IOP: {{$data->IopRe}} {{$data->IopLe}} | IOL Power: {{$data->IolPowerRe}} |
| Diagnosis | Treatment Given |
| {{$data->Diagnosis}} | {{$data->txtremark}} |
| Surgery Performed |
| {{$data->OperationNotes}} |
| Medical Treatment |
|
Rx: @php use App\Http\Controllers\ConsultantController; use App\Http\Controllers\OptoController; $tapFrequencies = ['1 TAP','2 TAP','3 TAP','4 TAP','6 TAP','8 TAP']; @endphp @for($i = 1; $i <= 10; $i++) @php $chk = "TreatChk{$i}"; $name = "TreatName{$i}"; $type = "TreatType{$i}"; $dose = "TreatDose{$i}"; $freq = "TreatFreq{$i}"; $dur = "TreatDur{$i}"; $eye = "TreatEye{$i}"; $date = "TreatDate{$i}"; @endphp @if(!empty($data2[0]->$chk) && $data2[0]->$chk == 1) @php $treatDate = !empty($data2[0]->$date) ? date('d/m/Y', strtotime($data2[0]->$date)) : ''; @endphp
{{ $data2[0]->$name }}
@if(in_array($data2[0]->$freq, $tapFrequencies))
@php
$tapList = (new ConsultantController)
->getTapValue($data2[0]->$freq);
@endphp
@foreach($tapList as $tap)
@php
$instruction = (new OptoController)
->convertMarathi(
$data2[0]->$type,
$data2[0]->$dose,
$tap->Value,
$data2[0]->$dur,
$data2[0]->$eye
);
@endphp
{{ $instruction }}
{{ $treatDate }}
@endforeach
@else
{{ $data2[0]->$name }}
{{ $treatDate }}
@endif
@endif
@endfor
|
| Condition on Discharge: {{$data->CondDischarge}} |
| Next Visit On: {{date("d M Y", strtotime(str_replace('-', '/',$data->FollowUpDate1)))}} |
|
Note: 1. Do’s & Don’ts after surgery explained to patient and relatives. 2. In case of severe pain, redness or blurring of vision, contact hospital immediately. Contact: 0721-2678305 / 2650410 |
| Authorised Signature |
| Dr. Anil Harwani |