@php $had_positive_response_to_tb_qn = false; @endphp @if($triage) @if ($triage->any_tb_sysmptoms == 1) @php if($triage->cough_for_2_weeks == 1 || $triage->fever_for_2_weeks || $triage->tb_weight_loss || $triage->tb_poor_weight_gain || $triage->tb_excessive_night_sweats || $triage->tb_contact_with_tb_person){ $had_positive_response_to_tb_qn = true; } $consultation = \Streamline\Models\Consultation::where(['patient_id' => $patient_id, 'episode_id' => $episode_id])->first(); $tb_assessment_status = false; if ($consultation) { $tb_assessment_status = $consultation->tb_status_assessment; } @endphp @endif @endif @if ($had_positive_response_to_tb_qn)
| Please show your assessment of the patient’s TB Status: | ||
|---|---|---|
| Definite TB | Possible TB | Definitely not TB |