@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); $nurse = DB::table('users')->where('user_type','nurse')->get(); @endphp
งิงิ
HN : {{ $json->hn }}
ชื่อ : {{ @$json->patientname }}
ID/Passport : 1234567890
อายุ : {{ @$json->age }}
เพศ : {{ @$json->gender_name }}
ติดต่อ : {{ @$json->email }}
ติดต่อฉุกเฉิน : ไม่พบข้อมูล
หมู่เลือด : ไม่พบข้อมูล
สิทธิการรักษา : ไม่พบข้อมูล
ผลการซักประวัติ
อาการนำมา : 10543
ประวัติความเจ็บป่วย : Room 1
ประวัติการใช้ยา : ไม่พบข้อมูล
ประวัติการแพ้ยา : ไม่พบข้อมูล
ประวัติการแพ้อาหาร : ไม่พบข้อมูล
ประวัติการผ่าตัด : ไม่พบข้อมูล
ประวัติการตั้งครรภ์ :ไม่พบข้อมูล
ประวัติการส่องกล้อง :ไม่พบข้อมูล
ประวัติการดื่มสุรา :ไม่พบข้อมูล
ประวัติการสูบบุหรี่ :ไม่พบข้อมูล
Provisional Diagnosis :ไม่พบข้อมูล
Status :ซักประวัติ
ข้อมูลหัตถการ
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','text-input4')!!} {{-- --}}
mg.
{!!comtxt($json,'medication02_text','text-input4')!!} {{-- --}}
mg.
{!!comtxt($json,'medication03_text','text-input4')!!}
mg.
{!!comtxt($json,'medication04_text','text-input4')!!}
mg.
{!!comtxt($json,'medication05_text','text-input4')!!}
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