@extends('layouts.note_layout') @section('title', 'EndoCapture') @section('con-top') @endsection @section('style') @endsection @section('modal') @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 @endsection @section('content') @php $note = DB::table('tb_casenote')->where('note_id',$id)->first(); $json = jsonDecode($note->note_casejson); $doctor = DB::table('users')->where('user_type','doctor')->get(); $nurse = DB::table('users')->where('user_type','nurse')->get(); // $procedure = null; // $procedure = Department::procedure(Auth::id()); $righttotreatment = DB::table('dd_righttotreatment')->get(); @endphp
ผลการซักประวัติ
อาการนำมา : 10543
ประวัติความเจ็บป่วย : Room 1
ประวัติการใช้ยา : ไม่พบข้อมูล
ประวัติการแพ้ยา : ไม่พบข้อมูล
ประวัติการแพ้อาหาร : ไม่พบข้อมูล
ประวัติการผ่าตัด : ไม่พบข้อมูล
ประวัติการตั้งครรภ์ :ไม่พบข้อมูล
ประวัติการส่องกล้อง :ไม่พบข้อมูล
ประวัติการดื่มสุรา :ไม่พบข้อมูล
ประวัติการสูบบุหรี่ :ไม่พบข้อมูล
Provisional Diagnosis :ไม่พบข้อมูล
Status :ซักประวัติ

Cancel

Edit
{{--
{!! QrCode::size(100)->generate('https://techvblogs.com/blog/generate-qr-code-laravel-8') !!}
--}}
อาการนำมาโรงพยาบาล
อื่นๆ {!!comtxt($json,'enters_hospital_other','text-input')!!}
Provisional Diagnosis{!!comtxt($json,'provisional_diagnosis_text','text-input2')!!}
{{--
--}}

นัดหมายทำหัตถการ
วันที่นัดส่องตรวจ
เเพทย์
Procedure
สิทธิการรักษา
รายละเอียดเพิ่มเติม
{{--
--}} @endsection @section('script') @endsection