Skip to content

Commit

Permalink
POC-610: DQA Report Update
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir authored and Alfred-Mutai committed Jan 11, 2024
1 parent 4f6c173 commit ad64510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reports/DQA/dqa-chart-abstraction-report-dao.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ export class DQAChartAbstractionDAO {
end as vl_suppression,
case
when (e.tb_screening_result = 6971) then 'Pr TB'
when (e.tb_screening_result = 6137) then 'confirmed'
when (e.tb_screening_result = 6137) then 'Confirmed'
when (e.tb_screening_result = 1107 OR e.tb_screening_result = 10678) then 'No TB'
when (e.tb_screening_result = 10767) then 'TB tx'
when (e.tb_screening_result = 10767) then 'TB Rx'
when (e.tb_screening_result = 10974) then 'INH'
end as tb_screening_result
FROM
Expand Down

0 comments on commit ad64510

Please sign in to comment.