@extends('layouts.app')
@section('title')
{{ __('messages.ipd_patient.ipd_patient_details') }}
@endsection
@section('css')
@endsection
@section('header_toolbar')
@endsection
@section('content')
{{Form::hidden('ipdDiagnosisCreateUrl',route('ipd.diagnosis.store'),['id'=>'showIpdDiagnosisCreateUrl'])}}
{{Form::hidden('ipdDiagnosisUrl',route('ipd.diagnosis.index'),['id'=>'showIpdDiagnosisUrl'])}}
{{Form::hidden('ipdConsultantRegisterUrl',route('ipd.consultant.index'),['id'=>'showIpdConsultantRegisterUrl'])}}
{{Form::hidden('ipdConsultantRegisterCreateUrl',route('ipd.consultant.store'),['id'=>'showIpdConsultantRegisterCreateUrl'])}}
{{Form::hidden('ipdChargesUrl',route('ipd.charge.index'),['id'=>'showIpdChargesUrl'])}}
{{Form::hidden('ipdChargesCreateUrl',route('ipd.charge.store'),['id'=>'showIpdChargesCreateUrl'])}}
{{Form::hidden('defaultDocumentImageUrl',asset('assets/img/default_image.jpg'),['id'=>'showDefaultDocumentImageUrl'])}}
{{Form::hidden('ipdPatientDepartmentId',$ipdPatientDepartment->id,['id'=>'showIpdPatientDepartmentId'])}}
{{Form::hidden('ipdPatientCaseDate',$ipdPatientDepartment->patientCase->date,['id'=>'showIpdPatientCaseDate'])}}
{{Form::hidden('doctorUrl',url('doctors'),['id'=>'showIpdDoctorUrl'])}}
{{Form::hidden('ipdDuration',json_encode($doseDurationList),['class'=>'ipdPrescriptionDurations'])}}
{{Form::hidden('ipdInterval',json_encode($doseIntervalList),['class'=>'ipdPrescriptionIntervals'])}}
{{Form::hidden('mealList',json_encode($mealList),['class'=>'ipdPrescriptionMealList'])}}
{{Form::hidden('doctors',json_encode($doctorsList),['id'=>'showIpdDoctors'])}}
{{Form::hidden('uniqueId',2,['id'=>'showIpdUniqueId'])}}
{{Form::hidden('chargeCategoryUrl',route('charge.category.list'),['id'=>'showIpdChargeCategoryUrl'])}}
{{Form::hidden('chargeUrl',route('charge.list'),['id'=>'showIpdChargeUrl'])}}
{{Form::hidden('chargeStandardRateUrl',route('charge.standard.rate'),['id'=>'showIpdChargeStandardRateUrl'])}}
{{Form::hidden('ipdPrescriptionUrl',route('ipd.prescription.index'),['id'=>'showIpdPrescriptionUrl'])}}
{{Form::hidden('ipdPrescriptionCreateUrl',route('ipd.prescription.store'),['id'=>'showIpdPrescriptionCreateUrl'])}}
{{Form::hidden('medicineCategories',json_encode($medicineCategoriesList),['id'=>'showMedicineCategories'])}}
{{Form::hidden('medicinesListUrl',route('medicine.list'),['id'=>'showMedicinesListUrl'])}}
{{Form::hidden('ipdTimelineCreateUrl',route('ipd.timelines.store'),['id'=>'showIpdTimelineCreateUrl'])}}
{{Form::hidden('ipdTimelinesUrl',route('ipd.timelines.index'),['id'=>'showIpdTimelinesUrl'])}}
{{Form::hidden('ipdPaymentCreateUrl',route('ipd.payments.store'),['id'=>'showIpdPaymentCreateUrl'])}}
{{Form::hidden('ipdPaymentUrl',route('ipd.payments.index'),['id'=>'showIpdPaymentUrl'])}}
{{Form::hidden('ipdPaymentModes',json_encode($paymentModes),['id'=>'showIpdPaymentModes'])}}
{{Form::hidden('ipdBillSaveUrl',route('ipd.bills.store'),['id'=>'showIpdBillSaveUrl'])}}
{{Form::hidden('downloadDiagnosisDocumentUrl',url('ipd-diagnosis-download'),['id'=>'showIpdDownloadDiagnosisDocumentUrl'])}}
{{Form::hidden('downloadPaymentDocumentUrl',url('ipd-payment-download'),['id'=>'showIpdDownloadPaymentDocumentUrl'])}}
{{Form::hidden('downloadTimelineDocumentUrl',url('ipd-timeline-download'),['id'=>'showIpdDownloadTimelineDocumentUrl'])}}
{{Form::hidden('isEditBill',($ipdPatientDepartment->bill)?1:'',['id'=>'showIsEditBill'])}}
{{Form::hidden('bootstrapUrl',asset('assets/css/bootstrap.min.css'),['id'=>'showIpdBootstrapUrl'])}}
{{Form::hidden('billStatus',$ipdPatientDepartment->bill_status,['id'=>'showIpdBillStatus'])}}
{{Form::hidden('ipdActionVisible',($ipdPatientDepartment->bill_status) ? false : true,['id'=>'showIpdActionVisible'])}}
{{ Form::hidden('ipdChargeLang', __('messages.delete.ipd_charge'), ['id' => 'ipdChargeLang']) }}
{{ Form::hidden('ipdConsultantLang', __('messages.delete.ipd_consultant_instruction'), ['id' => 'ipdConsultantLang']) }}
{{ Form::hidden('ipdDiagnosisLang', __('messages.delete.ipd_diagnosis'), ['id' => 'ipdDiagnosisLang']) }}
{{ Form::hidden('ipdPaymentLang', __('messages.delete.ipd_payment'), ['id' => 'ipdPaymentLang']) }}
{{ Form::hidden('ipdPrescriptionLang', __('messages.delete.ipd_prescription'), ['id' => 'ipdPrescriptionLang']) }}
@include('flash::message')
@include('ipd_patient_departments.show_fields')
@include('ipd_diagnoses.add_modal')
@include('ipd_diagnoses.edit_modal')
@include('ipd_consultant_registers.add_modal')
@include('ipd_consultant_registers.edit_modal')
@include('ipd_charges.add_modal')
@include('ipd_charges.edit_modal')
@include('ipd_prescriptions.add_modal')
@include('ipd_prescriptions.edit_modal')
@include('ipd_prescriptions.show_modal')
@include('ipd_timelines.add_modal')
@include('ipd_timelines.edit_modal')
@include('ipd_diagnoses.templates.templates')
@include('ipd_consultant_registers.templates.templates')
@include('ipd_charges.templates.templates')
@include('ipd_prescriptions.templates.templates')
@include('ipd_payments.add_modal')
@include('ipd_payments.edit_modal')
@include('ipd_payments.templates.templates')
@endsection
@section('scripts')
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@endsection