@extends('layouts.note_layout') @section('title', 'EndoCapture') @section('con-top') @endsection @section('style') @endsection @section('modal') @endsection @section('content') @php $y=date('Y')-100; for($i=date('Y');$i>=$y;$i--){ $year[] =$i; } for($m=1;$m<=12;$m++){ $month[] = $m; } $id = $_GET['id']; $note = DB::table('tb_casenote')->where('note_id',$id)->first(); $json = jsonDecode($note->note_casejson); $patient = DB::table('patient')->where('hn',$json->hn)->first(); $json_patient = jsonDecode($patient->patient_json); @endphp
งิงิ
HN : {{ $json->hn }}
ชื่อ : {{ @$json->patientname }}
ID/Passport : 123456789
อายุ : {{ @$json->age }}
เพศ : {{ @$json->gender_name }}
ติดต่อ : {{ @$json->email }}
ติดต่อฉุกเฉิน :ไม่พบข้อมูล
หมู่เลือด :ไม่พบข้อมูล
สิทธิการรักษา : -
ประวัติการความเจ็บป่วย
อื่นๆ {!!comtxt_patient($json_patient,'illness_history_other','text-input2')!!}
ประวัติการใช้ยา
อื่นๆ {!!comtxt_patient($json_patient,'medication_history_other','text-input2')!!}
การเเพ้ยา
เคยเเพ้ยา {!!comtxt_patient($json_patient,'drug_allergy_text','text-input3')!!} {{-- --}}
การเเพ้อาหาร
{!!comtxt_patient($json_patient,'food_allergy_text','text-input3')!!} {{-- เคยเเพ้อาหาร --}}
ประวัติการผ่าตัด
เคยผ่าตัด {!!comtxt_patient($json_patient,'surgical_history_text','text-input3')!!} {{-- --}}
ปี
เดือน
ประวัติการตั้งครรภ์
เดือน
ประวัติการส่องกล้อง
ปี
เดือน
ประวัติการดื่มสุรา
{!!comtxt_patient($json_patient,'binge_history_text','text-input3')!!}
เเก้ว/วัน
ประวัติการสูบบุหรี่
{!!comtxt_patient($json_patient,'smoking_history_text','text-input3')!!}
มวน/วัน
พยาบาลผู้ซักประวัติ
@endsection @section('script') @endsection