@extends('layouts.note_layout') @section('title', 'EndoCapture') @section('con-top') @endsection @section('style') @endsection @section('modal') @endsection @section('content') @php $id = $_GET['id']; $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 = Department::procedure(Auth::id()); $righttotreatment = DB::table('dd_righttotreatment')->get(); @endphp
งิงิ
HN : 1234567890
ชื่อ : {{ @$json->patientname }}
ID/Passport : 1234567890
อายุ : {{ @$json->age }}
เพศ : {{ @$json->gender_name }}
ติดต่อ : {{ @$json->email }}
ติดต่อฉุกเฉิน : ไม่พบข้อมูล
หมู่เลือด : ไม่พบข้อมูล
สิทธิการรักษา : ไม่พบข้อมูล
ผลการซักประวัติ
อาการนำมา : 10543
ประวัติความเจ็บป่วย : Room 1
ประวัติการใช้ยา : ไม่พบข้อมูล
ประวัติการแพ้ยา : ไม่พบข้อมูล
ประวัติการแพ้อาหาร : ไม่พบข้อมูล
ประวัติการผ่าตัด : ไม่พบข้อมูล
ประวัติการตั้งครรภ์ :ไม่พบข้อมูล
ประวัติการส่องกล้อง :ไม่พบข้อมูล
ประวัติการดื่มสุรา :ไม่พบข้อมูล
ประวัติการสูบบุหรี่ :ไม่พบข้อมูล
Provisional Diagnosis :ไม่พบข้อมูล
Status :ซักประวัติ
อาการนำมาโรงพยาบาล
อื่นๆ {!!comtxt($json,'enters_hospital_other','text-input')!!}
Provisional Diagnosis{!!comtxt($json,'provisional_diagnosis_text','text-input2')!!}
{{--
--}}

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