@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(); @endphpTime | 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')!!} | |