@php $rightto = DB::table('patient') ->where('patient.hn',$casedata->case_hn)->first(); $ward = "-"; $refer= "-"; if(isset($this_json->ward)){ if($this_json->ward != ''){ $ward = $this_json->ward; } } if(isset($this_json->refer)){ if($this_json->refer != ''){ $refer = $this_json->refer; } } @endphp
Pain Clinic Siriraj Hospital
2 ถนน วังหลัง แขวงศิริราช เขตบางกอกน้อย กรุงเทพมหานคร 10700
Procedure HN Name Age Date Staff
{{$casedata->procedure_name}} {{ $casedata->hn }} {{$casedata->prefix.$casedata->firstname." ".@$casedata->middlename." ".$casedata->lastname}} {{age($casedata->birthdate)}} {{swapDATE($casedata->case_dateappointment)}} {{$doctor[1]}}
Right to treatment :{{@$json->righttotreatment}} Ward :{{@$json->ward != null ? @$json->ward:'-'}}
Interventiont Fellow :- Start - End (Min) :{{$totaltime}}
Nurse / Assist : {{$nurse[1]}} @if($nurse[2]!="") ,{{$nurse[2]}}@endif @if($nurse[3]!="") ,{{$nurse[3]}}@endif @if($nurse[4]!="") ,{{$nurse[4]}}@endif