@extends('layouts.app') @section('title', $voucher_type->name . ' - '. ($sale_invoice->main_invoice_no ?? '') . ' - '. (isset($sale_invoice->invoice_date) && $sale_invoice->invoice_date ? formatedDate($sale_invoice->invoice_date) : '') . ' - ' . ($admission->getPatient->name ?? '')) @section('pages') @php $pageTitle = ($sale_invoice->main_invoice_no ?? '') . ' - ' .($admission->getPatient->name ?? '').'-'. (isset($sale_invoice->invoice_date) && $sale_invoice->invoice_date ? formatedDate($sale_invoice->invoice_date) : '') ; @endphp
@if(isset($company->id))
|
---|
Chief Complaint | : | {!! $admission->chief_complaint ? $admission->chief_complaint : '' !!} |
History of Illness | : | {!! $admission->history_of_illness ? $admission->history_of_illness : '' !!} |
On-Examination At Admission | : |
@php
$body_vital_data = json_decode($vital_history_admission->body_vital_value,true);
@endphp
@foreach($body_vital_data as $vital_key => $value) @if(!empty($value)) {!! $body_vital[$vital_key] ?? '' !!}: {!! $value !!} {!! end($body_vital_data) == $value ? '' : ', ' !!} @endif @endforeach |
On-Examination At In-Patient | : |
@php
$body_vital_data = json_decode($vital_history_in_patient->body_vital_value,true);
@endphp
@foreach($body_vital_data as $vital_key => $value) @if(!empty($value)) {!! $body_vital[$vital_key] ?? '' !!}: {!! $value !!} {!! end($body_vital_data) == $value ? '' : ', ' !!} @endif @endforeach |
On-Examination At Discharge | : |
@php
$body_vital_data = json_decode($vital_history_discharge->body_vital_value,true);
@endphp
@foreach($body_vital_data as $vital_key => $value) @if(!empty($value)) {!! $body_vital[$vital_key] ?? '' !!}: {!! $value !!} {!! end($body_vital_data) == $value ? '' : ', ' !!} @endif @endforeach |
Investigation | : |
{{-- @foreach($products as $product)
{{$product->name}} @endforeach --}} @foreach($billing_report as $test_packages) {{$test_packages['billing_report'][0]->test_package ?? ''}} | {{ formatedDate(@$test_packages['billing_report'][0]->created_at) ?? ''}}@foreach($test_packages['billing_report'] as $items) {{$items->test_item}} : {{ $items->long_result ?? $items->result }} {{$items->unit}}@if($loop->last) @else, @endif @endforeach @endforeach |
Other Investigations | : | {!! ucfirst($admission->other_investigations) ?? '' !!} |
Diagnosis | : | {!! $symptom->symptoms_title ?? '' !!} ({!! $symptom->getSymptomType->symptoms_type ?? '' !!} Code: {!! $symptom->code ?? '' !!}) |
Primary Diagnosis | : | {!! ucfirst($admission->primary_diagnosis) ?? '' !!} |
Secondary Diagnosis | : | {!! ucfirst($admission->secondary_diagnosis) ?? '' !!} |
Treatment Type | : | {!! $admission->treatment_type ? $admission->treatment_type : '' !!} |
Treatment Details | : | {!! $admission->treatment_details ? $admission->treatment_details : ''!!} |
Date of Surgery | : | {{ $surgery->scheduled_date_time ? $surgery->scheduled_date_time : ''}} |
Procedure | : | {!! $surgery->surgery_type_name ? $surgery->surgery_type_name : ''!!} |
Course During Hospitality | : | {!! $data->course_during_hosp ? $data->course_during_hosp : '' !!} |
Post Operative | : | {!! $data->post_operation ? $data->post_operation : '' !!} |
Anesthesia | : | {!! $surgery->anesthesia_name ?? '' !!} BY : {!! $surgery->getDoctor->name ?? '' !!} |
Condition of discharge | : | {!! isset($data) ? $data->condition_of_discharge : '' !!} |
Advice on Discharge | : | {!! isset($data) ? $data->advise_on_discharge : '' !!} |
Follow-up | : | {{ isset($data) ? $data->next_follow_up_date : '' }} |
Special note ( if any ) | : | {!! isset($data) ? $data->special_note : '' !!} |
Surgeon | : | {{ $surgery->surgent_name }} |
Surgery Notes | : | {!! $surgery->note !!} |
{{ ucfirst($list->field )}} | : | {!!$list->default_value!!} |
Discharge type | : | {!! $data->name !!} |
Explained By | : | {!! $data->explained_by ? $data->explained_by : ''!!} |
Understood By | : | {!! $data->understood_by ? $data->understood_by : ''!!} |
Admitting Doctor
{!! $consultant->qualifications !!}
Signed By Doctor
{!! $data->qualifications ?? '' !!}
I have been explained about the disease, drugs, investigations and need for close follow up in the language best known / understood by me
Signature (Patient/ Patient Party) if patient party then Relation