| Requisition No: {{ $inhouse->id }} | Report No: | Department: {{ $inhouse->department }} | Requesting Officer: {{ $inhouse->requested_by }} | Date of request {{ $inhouse->created_at }} | |
| @if(Entrust::can('view_names')) | {{ $patient->name }} | @elseN/A | @endif{{ trans('messages.gender')}} | {{ $patient->getGender(false) }} | {{ trans('messages.age')}} | {{ $patient->getAge()}} | {{ trans('messages.patient-id')}} | {{ $patient->patient_number}} | ||||||
| Unit | @if(isset($tests)) @if(!is_null($tests->first())) @if(is_null($tests->first()->visit->ward)) @if($tests->first()->visit->visit_type == 'Out-patient') {{ 'OPD' }} @endif @else {{ $tests->first()->visit->ward->name }} @endif @endif @endif | Requesting Officer | @if(isset($tests)) {{ is_null($tests->first()) ? '':$tests->first()->requested_by }} @endif | ||||||||
| Lab Reception |
|---|
| Specimen Type | Received By | Date Received | {{ trans('messages.specimen-status')}} | {{ Lang::choice('messages.test-category', 2)}} | Tests Requested | |||||||
| {{ $test->specimen->specimenType->name }} | @if($test->specimen->specimen_status_id == UnhlsSpecimen::NOT_COLLECTED){{trans('messages.specimen-not-collected')}} | @elseif($test->specimen->specimen_status_id == UnhlsSpecimen::ACCEPTED){{$test->specimen->acceptedBy->name}} | {{$test->specimen->time_accepted}} | {{trans('messages.specimen-accepted')}} | @elseif($test->test_status_id == UnhlsTest::REJECTED){{$test->specimen->rejectedBy->name}} | {{$test->specimen->time_rejected}} | {{trans('messages.specimen-rejected')}} | @endif{{ $test->testType->testCategory->name }} | {{ $test->testType->name }} | |||||||||||||||
| {{trans("messages.no-records-found")}} | ||||||||||||||||||||||||
| {{trans('messages.test-results')}} |
|---|
| {{Lang::choice('messages.test-type', 1)}} | {{trans('messages.test-results-values')}} | {{trans('messages.tested-by')}} | Results Entry Date | ||||||||||
| {{ $test->testType->name }} |
|
{{ $test->isCompleted()?$test->testedBy->name:'Pending'}} | {{ $test->time_completed }} | |||||||||||||||||||
| Antimicrobial Susceptibility Testing(AST) | ||
| Organism(s) | Antibiotic(s) | Result(s) |
|---|---|---|
| {{$isolated_organism->organism->name}} | @if($isolated_organism->drug_susceptibilities->count() == 0)|
| {{$drug_susceptibility->drug->name}} | {{$drug_susceptibility->drug_susceptibility_measure->symbol}} |
| Comment(s) | {{$test->interpretation}} | |
| Analysis Performed by: | {{ $test->isCompleted()?$test->testedBy->name:'Pending' }} |
| Result Guide | S-Sensitive | R-Resistant | I-Intermediate | ||||
| {{ $test->culture_observation->observation }} |
| {{trans("messages.no-records-found")}} |
| Approved By : {{ trans('messages.signature-holder') }} |