@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
Sanjeevan Hospital
V.M.V Road, Rathi Nagar, Amravati | 0721-2664880 | Mob : 9370109647
@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
@php $rowNo = 0; @endphp @if(!$isOtherOnly) @foreach($data as $result) @php $rowNo++; @endphp @endforeach @endif @if(!$isMainOnly) @foreach($data2 as $result2) @php $rowNo++; @endphp @php $printTpl = trim((string) ($result2->PrintTemplate ?? '')); if ($printTpl === '') { $printTpl = 'ptyrygieum'; } $otNotesText = trim((string) ($result2->OperationPlanned ?? '')); if ($otNotesText === '') { $otNotesText = trim((string) ($result2->Diagnosis ?? '')); } if ($otNotesText === '') { $otNotesText = '-'; } @endphp @endforeach @endif @if($rowNo === 0) @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.
@include('ipd/incsurgicalprescmodal') @include('ipd/incsurgicalprescmodal2')