@if (session()->has('patient_id') || session()->has('patients_id')) @endif @push('scripts') @endpush @push('styles') @endpush
|
@if (count($allergic_drugs_ids_array) > 0)
@if (isset($allergic_drugs_ids_array[0]) && isset($drug_categories_array[$allergic_drugs_ids_array[0]]))
• {{ $drug_categories_array[$allergic_drugs_ids_array[0]] }}
@if (count($allergic_drugs_ids_array) > 0)
{{ __('allergies.view_all') }}
@endif
@endif @if (isset($allergic_drugs_ids_array[1]) && isset($drug_categories_array[$allergic_drugs_ids_array[1]])) • {{ $drug_categories_array[$allergic_drugs_ids_array[1]] }} @endif @else {{ __('allergies.no_recorded_allergies') }} @endif |
|
@if (isset($known_patient_alerts) && count($known_patient_alerts) > 0)
@if (isset($known_patient_alerts[0]))
• {{ $known_patient_alerts[0]->alerts }}
@if (isset($known_patient_alerts) && count($known_patient_alerts) > 0)
View All
@endif
@endif @if (isset($known_patient_alerts[1])) • {{ $known_patient_alerts[1]->alerts }} @endif @else {{ __('allergies.no_recorded_alerts') }} @endif |
| @if (is_patient_currently_admitted($patient->id)) {!! get_post_discharge_mortality_risk($patient->id) !!} @else @php // just generate the row without displaying anything $disregard_this = get_post_discharge_mortality_risk($patient->id); @endphp Patient is not admitted @endif |