@include('partials/header') @include('partials/topbar') @include('partials/sidebar')

All Requisitions For Medication Consumptions

@php $EPISetup = explode(',', $rights->encounters_and_procedures); $add = $EPISetup[0]; $view = $EPISetup[1]; $edit = $EPISetup[2]; $updateStatus = $EPISetup[3]; @endphp {{-- @if ($add == 1) --}} @if ($add == 1 && $canAddRequisition)
@endif

@if(!empty($PatientDetails->orgName))
Organization: {{ ucfirst($PatientDetails->orgName) }}
@endif @if(!empty($PatientDetails->siteName))
Site: {{ ucfirst($PatientDetails->siteName) }}
@endif @if(!empty($PatientDetails->patientMR))
MR#: {{ $PatientDetails->patientMR }}
@endif @if(!empty($PatientDetails->patientName))
Patient Name: {{ ucfirst($PatientDetails->patientName) }}
@endif
{{-- Second Row --}}
@if(!empty($ageString))
Age: {{ $ageString }}
@endif @if(!empty($PatientDetails->gender))
Gender: {{ ucfirst($PatientDetails->gender) }}
@endif @if(!empty($PatientDetails->responsiblePhysician))
Responsible Physician: {{ ucfirst($PatientDetails->responsiblePhysician) }}
@endif @if(!empty($PatientDetails->billingCCName))
Billing CostCenter: {{ ucfirst($PatientDetails->billingCCName) }}
@endif
@if ($add == 1) @if ($view == 1)
Transaction Details Patient Details Item Details Status Action
@endif
@if ($edit == 1)
@endif @include('partials/footer')