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

Cancel

Edit
{{--
{!! QrCode::size(100)->generate('https://techvblogs.com/blog/generate-qr-code-laravel-8') !!}
--}}
ข้อมูลหัตถการ
Procedure : EGD, Colonoscopy
Anesthesia : Topical, IV Sedate
Medication : Buscopan 30 mg.   Propofol 120 mg.   Dormicum 15 mg.
Complication : None immediately complication
ภาวะเเทรกซ้อนหลังการตรวจ (Complication) :
{!!comtxt($json,'complication_other','form-control')!!} {{-- --}}
Medication
{!!comtxt($json,'medication01_text','form-control')!!} {{-- --}}
mg.
{!!comtxt($json,'medication02_text','form-control')!!} {{-- --}}
mg.
{!!comtxt($json,'medication03_text','form-control')!!}
mg.
{!!comtxt($json,'medication04_text','form-control')!!}
mg.
{!!comtxt($json,'medication05_text','form-control')!!}
mg.
{!!comtxt($json,'medication05_other','form-control')!!} {{-- --}}
{!!comtxt($json,'medication05_othermini','form-control')!!}
Time BP (mmHg) P RR SpO2 LOC O2 อาการ Remark
{!!comtxt($json,'page05_1_bp','form-control')!!} {!!comtxt($json,'page05_1_p','form-control')!!} {!!comtxt($json,'page05_1_rr','form-control')!!} {!!comtxt($json,'page05_1_spo','form-control')!!} {!!comtxt($json,'page05_1_loc','form-control')!!} {!!comtxt($json,'page05_1_o2','form-control')!!} {!!comtxt($json,'page05_1_symptom','form-control')!!} {!!comtxt($json,'page05_1_remark','form-control')!!}
{!!comtxt($json,'page05_2_bp','form-control')!!} {!!comtxt($json,'page05_2_p','form-control')!!} {!!comtxt($json,'page05_2_rr','form-control')!!} {!!comtxt($json,'page05_2_spo','form-control')!!} {!!comtxt($json,'page05_2_loc','form-control')!!} {!!comtxt($json,'page05_2_o2','form-control')!!} {!!comtxt($json,'page05_2_symptom','form-control')!!} {!!comtxt($json,'page05_2_remark','form-control')!!}
จำหน่ายออก
{!!comtxt($json,'page05_2_text','text-input2')!!} {{-- --}}
{!!comtxt($json,'page05_3_text','text-input2')!!}
{!!comtxt($json,'page05_4_text','text-input2')!!}
Pain score
Discharged score
พยาบาลผู้บันทึก
@endsection @section('script') @endsection