@if (app('request')->input('print') == 'y') @endif
@foreach ($data as $k => $v)
@if ($v['patient_details']['dob']) @endif @if ($v['patient_details']['passport_no']) @endif
Name: {{ $v['patient_details']['name'] }}
Age/Sex: {{ $v['patient_details']['age'] }}/{{ $v['patient_details']['sex'] }}
Patient ID: {{ $v['patient_details']['patient_no'] }}
D.O.B: {{ $v['patient_details']['dob'] }}
Passport No: {{ $v['patient_details']['passport_no'] }}
Patient Contact No: {{ $v['patient_details']['contact_no'] }}
Lab ID: {{ $v['lab_id'] }}
SRF ID No: {{ $v['srf_id'] }}
Sample Collection Date & Time: {{ $v['sample_collection_date'] }}, {{ $v['sample_collection_time'] }}
Sample Received Date & Time: {{ $v['sample_date'] }}, {{ $v['sample_time'] }}
Reported On Date & Time: {{ $v['result_date'] }}, {{ $v['result_time'] }}
Test Name: {{ $v['test_names']['test_name'] }}
Name of Referring Doctor and Hospital: {{ $v['doctor_details']['doctor_name'] }}
 
Type of Specimen: {{ $v['test_types']['test_type'] }}
Specimen Adequacy: Satisfactory
Methodology: Real Time Reverse Transcription PCR (Open System)
Result: {{ $v['result'] }}
@php $qr = $v['qrcode']; $qrr = 'http://kanachurims.com/PCR/' . $qr; @endphp
Interpretation:
-DETECTED results are indicative of the presence of SARS-CoV-2 RNA.
-In case of INCONCLUSIVE result additional confirmatory testing may be conducted.
-NOT DETECTED results do not preclude SARS-CoV-2 infection.
Comments:
-The result relate only to the specimen tested and should be correlated with clinical findings.
-This test is performed according to ICMR COVID 19 guidelines.
End of Report
{{ $v['comments'] }}
@if ($v['signed_doctors'])
{{ $v['signed_doctors']['checked_by'] }}
@endif
Lab Technician
Clinical Microbiologist
@if($v['result_entered_details'])
Result Entered By: {{ $v['result_entered_details']['result_entered_by'] }} - {{ $v['result_entry_date'] }} / {{ $v['result_entry_time'] }}
@endif
Result Verified By: @if($v['signed_doctors']) {{ $v['signed_doctors']['checked_by'] }} - {{ $v['result_verified_date'] }} / {{ $v['result_verified_time'] }}
@endif
@endforeach