{{$datas['patient_info']['patient_name']}} | {{$datas['patient_info']['age']}}/{{$datas['patient_info']['gender'] == 'Male'?'M':'F'}} | {{Carbon\Carbon::parse($datas['prescription_date_time'])->format('d m y')}} |
{{$datas['prescr_symptome']}} |
|
Drug(Rx) | M | A | E | N | Stat | Duration | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$medicine['medicine_name']}} {{$medicine['remark']}} |
@if ($medicine['morning_dose'] != null)
{{$medicine['morning_dose']}} | @else- | @endif @if ($medicine['noon_dose'] != null){{$medicine['noon_dose']}} | @else- | @endif @if ($medicine['evening_dose'] != null){{$medicine['evening_dose']}} | @else- | @endif @if ($medicine['night_dose'] != null){{$medicine['night_dose']}} | @else- | @endif {{--1 Tab | - | 1 Tab | --}}{{$medicine['period']}} | {{$medicine['till']}} |
BP | Pulse Rate | Respiration Rate | Temperature | SPO2 | Weight | Appetite | Sleep | Stool |
---|---|---|---|---|---|---|---|---|
{{$datas['blood_pressure']}} mmHg | {{$datas['pulse_rate']}} bpm | {{$datas['rr']}}/minute | {{$datas['temparature']}} F | {{$datas['spo2']}}% | {{$datas['weight']}} kg | {{$datas['appetite']}} | {{$datas['sleep']}} hr | {{$datas['stool']}} |
{{$datas['prescr_observation']}} |