@php $docPrintButtons = [ ['slug' => 'pac', 'label' => 'PAC', 'class' => 'doc-btn-pac'], ['slug' => 'surgical-safety-checklist', 'label' => 'SSC', 'class' => 'doc-btn-ssc'], ['slug' => 'cataractconsent', 'label' => 'CC', 'class' => 'doc-btn-cc'], ]; $pterygiumShortNames = $pterygiumShortNames ?? []; $listRoll = (string) ($listRoll ?? ''); $isMainOnly = $listRoll === '1'; $isOtherOnly = $listRoll === '2'; $isCombined = $listRoll === ''; @endphp
|
||||
| @if($isMainOnly) OT SCHEDULE LIST [ DATED : {{date("d/m/Y", strtotime(str_replace('-', '/',$ScheduleDate)))}} ] @elseif($isOtherOnly) OT OTHER SCHEDULE LIST [ DATED : {{date("d/m/Y", strtotime(str_replace('-', '/',$ScheduleDate)))}} ] @else OT LIST [ DATED : {{date("d/m/Y", strtotime(str_replace('-', '/',$ScheduleDate)))}} ] @endif |
| Sr.No | Name | Eye | IOL Name | IOL Type | IOL Power | Cyl | Category | Package | GA | Advice | OT Notes | Special instruction | Print documents |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $rowNo }} | {{ $result->PatientName }} - {{ $result->MrdNo }} / {{ $result->id }}@if(trim((string) ($result->Surgeon ?? '')) !== '') ({{ trim($result->Surgeon) }})@endif | {{ $result->Eye }} | {{ $result->IolName }} | {{ $result->IolType }} | {{ $result->IolPower }} | {{ $result->Cyl }} | {{ $result->Category }} | {{ $result->Package }} | {{ $result->Ga }} | {{ $result->Advice }} | - | {{ $result->SpecialInstruction ?? '' }} |
@foreach($docPrintButtons as $docFile)
@if($docFile['slug'] === 'cataractconsent')
@else
@endif
@endforeach
OT
|
| {{ $rowNo }} | {{ $result2->PatientName }} - {{ $result2->MrdNo }} / {{ $result2->id }}@if(trim((string) ($result2->Surgeon ?? '')) !== '') ({{ trim($result2->Surgeon) }})@endif | {{ $result2->Eye }} | {{ $result2->Category }} | {{ $result2->Package }} | {{ $result2->Ga }} | {{ $result2->Advice }} | {{ $otNotesText }} | {{ $result2->SpecialInstruction ?? '' }} |
@foreach($docPrintButtons as $docFile)
@endforeach
OT
|
||||
| No OT schedule records found for this date. | |||||||||||||