@include('partials/header') @include('partials/topbar') @include('partials/sidebar')
@php $VitalSign = explode(',', $rights->vital_signs); $add = $VitalSign[0]; $view = $VitalSign[1]; $edit = $VitalSign[2]; $updateStatus = $VitalSign[3]; @endphp
@if(empty($user->orgName))

Patient Medical Record

@else

{{ ucwords($user->orgName) }}

@endif

Vital Signs

@csrf @if ($add == 1 || $view == 1)
@endif @if ($add == 1)

Vital Signs

Date & Time
SBP (mmhg)
DBP (mmhg)
Pulse (Per min)
Temperature (F)
Resp Rate (Per min)
Weight (Kg)
Height (cm)
Pain Score (1 -10)
O₂ Saturation
Nursing Notes (Optional)

{{--
--}}
Allergies History
History Since Date
Past History
History Date
Immunization History
History Date
Menstrual / Obstetric History
History Date
Drug History
History Dose
Socio-Economic History
History Date
{{--
--}}
@endif @if ($view == 1)

Vital Sign History

Date Time Service Mode & Group SBP DBP Pulse Temp R.Rate Weight Height PainScore O₂ Saturation BMI BSA Age Details Status Actions Log
@endif
@if ($edit == 1) @endif @include('partials/footer')