芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/resources/views/Prescribe/doctor/edit_online_prescription.blade.php
@extends('layouts.press_header') @section('title', 'Doctor | Prescription') @section('content')
@include('layouts.header_menu')
@csrf @method('PUT')
{{$patient->patient_sex}}
Male
Female
Child
Infant
Save
{{$patient->chief_complaints}}</textarea>
O/E
D/X
Investigation
D/H
IX
BP
Weight
Temp
Pulse
Heart
Lungs
Abd
Anaemia
Jaundice
Cyanosis
Oedema
RR
SP02
D/X
{{$patient->dx}}</textarea>
Pre Test
{{$patient->investigation}}</textarea>
Drug History
{{$patient->drug_history}}</textarea>
lx
{{$patient->ix}}</textarea>
Select Dose
@foreach($dose as $dose)
{{$dose->doses}}
@endforeach
Select Duration
@foreach($duration as $duration)
{{$duration->duration}}
@endforeach
খাবার আগে
খাবার পরে
Add Medicine
{{$patient->prescription}}</textarea>
দিন
মাস
..............পর আবার আসবেন ।
Select Treatment
@foreach($treatment as $treatment)
{{$treatment->template_name}}
@endforeach
Add
Select Advices
@foreach($advice as $advice)
{{$advice->template_name}}
@endforeach
Add
@endsection