@extends('layouts.main') @push('styles') @endpush @section('content')
| # | {{ __('inpatient.primary_diagnosis') }} | {{ __('inpatient.prompt') }} | {{ __('inpatient.references') }} |
|---|---|---|---|
|
{{-- {{ Form::select('primary_diagnosis', $diagnoses, $latest_existing_anc_clinic_followup->primary_diagnosis ?? '', ['id' => 'primary_diagnosis', 'class' => 'form-control col-sm-12 compulsory', 'required']) }} --}}
{{ Form::select('primary_diagnosis', $diagnoses,'', ['id' => 'primary_diagnosis', 'class' => 'form-control col-sm-12 compulsory', 'required']) }}
|
|
|
|
| # | {{ __('inpatient.other_diagnosis') }} | {{ __('inpatient.prompt') }} | {{ __('inpatient.references') }} |
|---|---|---|---|
| {{ Form::select('other_diagnosis[]', $diagnoses, '', ['class' => 'form-control col-sm-12 sec_d', 'id' => 'other_diagnosis']) }} |
|
|
|
| {{ Form::select('other_diagnosis[]', $diagnoses, '', ['class' => 'form-control col-sm-12 sec_d', 'id' => 'other_diagnosis']) }} |
|
|
|
| {{ Form::select('other_diagnosis[]', $diagnoses, $diagnosis, ['class' => 'sec_d form-control col-sm-12']) }} | {{ is_object($diagnoses_all->firstWhere('id',$diagnosis)) ? $diagnoses_all->firstWhere('id',$diagnosis)->prompts : '' }} |
{{ is_object($diagnoses_all->firstWhere('id',$diagnosis)) ? $diagnoses_all->firstWhere('id',$diagnosis)->reference_names : '' }} |
|
| {{ Form::select('other_diagnosis[]', $diagnoses, '', ['class' => 'sec_d form-control col-sm-12']) }} |
| {{ __('inpatient.symptoms') }} | {{ __('inpatient.duration') }} |
|---|---|
| {{ $symptoms[$symptoms_explode[$i]] ?? '' }} | {{ isset($duration_explode[$i]) ? $duration_explode[$i] : '' }} |
| {{ __('inpatient.no_symptoms_triage') }} | |
| {{ __('inpatient.name') }} | {{ __('inpatient.value') }} | {{ __('inpatient.comment') }} |
|---|---|---|
| {{ $opd_investigations['name'][$i] }} | {{ $opd_investigations['value'][$i] }} | {{ $opd_investigations['comment'][$i] }} |
| {{ __('inpatient.no_opd_invs') }} | ||
| {{ __('inpatient.name') }} | {{ __('inpatient.value') }} | {{ __('inpatient.comment') }} |
|---|---|---|
| {{ $ward_investigations['name'][$i] }} | {{ $ward_investigations['value'][$i] }} | {{ $ward_investigations['comment'][$i] }} |
| {{ __('inpatient.no_ward_invs') }} | ||
| {{ __('antenatal.past_obstetric_history') }} | |||||||||||
| {{ __('antenatal.date') }} | {{ __('antenatal.gestation') }} Weeks | {{ __('antenatal.outcome') }} | Delivery Type | Complications | Puerperium | {{--Children details | --}}{{ __('antenatal.name') }} | {{ __('antenatal.patient_number') }} | {{ __('antenatal.comments') }} | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| @if (!empty($obstetric_history->obstetric_date)) {{ streamline_date($obstetric_history->obstetric_date) }} @else @endif {{-- {{ streamline_date($obstetric_history->obstetric_date) }} --}} | {{ $obstetric_history->gestation ?? '' }} | @if (!empty($obstetric_history->outcome)) {{ isset($anc_outcomes[$obstetric_history->outcome]) ? $anc_outcomes[$obstetric_history->outcome] : '' }} @else @endif | {{-- {{ $obstetric_history->delivery_type ?? '' }} --}} @if (isset($obstetric_history->delivery_type)) @if ($obstetric_history->delivery_type == 1) {{ __('antenatal.vaginal_delivery') }} @elseif($obstetric_history->delivery_type == 2) {{ __('antenatal.vacuum_delivery') }} @elseif($obstetric_history->delivery_type == 3) {{ __('antenatal.forceps_delivery') }} @elseif($obstetric_history->delivery_type == 4) {{ __('antenatal.c_section') }} @elseif($obstetric_history->delivery_type == 5) {{ __('antenatal.vbac') }} @else @endif @endif | @if (isset($obstetric_history->pregnancy_complication)) @if ($obstetric_history->pregnancy_complication == 1) {{ __('antenatal.retained_placenta') }} @elseif($obstetric_history->pregnancy_complication == 2) {{ __('antenatal.eclampsia') }} @elseif($obstetric_history->pregnancy_complication == 3) {{ __('antenatal.pph') }} @else @endif @endif | {{ $obstetric_history->puerperium ?? '' }} | ||||||
| {{ $child->name }} | {{ $child->patient_number }} | {{ $child->health_condition }} | |||||||||
@if (!empty($children))
| --}}
{{--
@if (!empty($children))
| --}}
{{--
@if (!empty($children))
| --}}
@endforeach
|||||||||
No obstetric history --}}
@endif