@extends('layouts.app') @section('content')

ข้อมูลผู้ป่วย

@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Case ID : {{$patient->case_id}}
{!! $errors->first('fullname', '

:message

') !!}
{!! $errors->first('age', '

:message

') !!}
{!! $errors->first('sex', '

:message

') !!}
{!! $errors->first('identification_number', '

:message

') !!}
{!! $errors->first('nationality', '

:message

') !!}
{!! $errors->first('career', '

:message

') !!}
{!! $errors->first('phone', '

:message

') !!}

ที่อยู่ขณะเจ็บป่วย

{!! $errors->first('address_number', '

:message

') !!}
{!! $errors->first('moo', '

:message

') !!}

อาการและอาการแสดง

ไข้/ไข้สูงเฉียบพลัน
symptom[1] == 1) checked @endif value="1">
symptom[1] == 2) checked @endif value="2">
symptom[1] == 3) checked @endif value="3">
ปวดศีรษะ
symptom[2] == 1) checked @endif value="1">
symptom[2] == 2) checked @endif value="2">
symptom[2] == 3) checked @endif value="3">
ปวดกระบอกตา
symptom[3] == 1) checked @endif value="1">
symptom[3] == 2) checked @endif value="2">
symptom[3] == 3) checked @endif value="3">
ปวดกล้ามเนื้อ
symptom[4] == 1) checked @endif>
symptom[4] == 2) checked @endif>
symptom[4] == 3) checked @endif>
ปวดกระดูก/ข้อต่อ
symptom[5] == 1) checked @endif>
symptom[5] == 2) checked @endif>
symptom[5] == 3) checked @endif>
ผื่นแดง
symptom[6] == 1) checked @endif>
symptom[6] == 2) checked @endif>
symptom[6] == 3) checked @endif>
มีเลือดออกตามผิดหนัง
symptom[7] == 1) checked @endif>
symptom[7] == 2) checked @endif>
symptom[7] == 3) checked @endif>
มีเลือดออกทางอวัยวะภายใน
symptom[8] == 1) checked @endif>
symptom[8] == 2) checked @endif>
symptom[8] == 3) checked @endif>
ตับโต (มักกดเจ็บ)
symptom[9] == 1) checked @endif>
symptom[9] == 2) checked @endif>
symptom[9] == 3) checked @endif>
มีภาวะช็อก
symptom[10] == 1) checked @endif>
symptom[10] == 2) checked @endif>
symptom[10] == 3) checked @endif>
Tourniquet test
symptom[11] == 1) checked @endif>
symptom[11] == 2) checked @endif>
symptom[11] == 3) checked @endif>

ข้อมูลเกี่ยวกับการวินิจฉัยโรค

{{-- --}}

ผลทางห้องปฏิบัติการ

@php $hospital = \App\Models\Hospital::find($dx->hospital_lab); @endphp
{{--
--}}
@endsection @section('styles') @endsection @section('scripts') @endsection