Skip to content

Commit

Permalink
Merge pull request #484 from njorocs/recency
Browse files Browse the repository at this point in the history
Recency VL and new regimen
  • Loading branch information
makombe authored Nov 6, 2024
2 parents 7922110 + 64928ba commit b5de254
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omod/src/main/resources/sql/DML.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2456,6 +2456,7 @@ SELECT "Processing Drug Event Data", CONCAT("Time: ", NOW());
when 165373 then "AZT/3TC/RAL/DRV/r"
when 165374 then "ABC/3TC/RAL/DRV/r"
when 167442 then "AZT/3TC/DTG/DRV/r"
when 2001184 then "TAF/3TC/DTG"
-- TB
when 1675 then "RHZE"
when 768 then "RHZ"
Expand Down Expand Up @@ -2513,6 +2514,7 @@ SELECT "Processing Drug Event Data", CONCAT("Time: ", NOW());
when 165374 then "ABC+3TC+RAL+DRV/r"
when 167442 then "AZT/3TC/DTG/DRV/r"
when 164968 then "AZT/3TC/DTG"
when 2001184 then "TAF/3TC/DTG"
-- TB
when 1675 then "RHZE"
when 768 then "RHZ"
Expand Down
1 change: 1 addition & 0 deletions omod/src/main/resources/sql/DataTools.sql
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ select
when 160032 then 'Confirmation of persistent low level Viremia (PLLV)' when 1040 then 'Initial PCR (6week or first contact)' when 1326 then '2nd PCR (6 months)' when 164860 then '3rd PCR (12months)'
when 162082 then 'Confirmatory PCR and Baseline VL' when 164460 then 'Ab test 6 weeks after cessation of breastfeeding'
when 164860 then 'Ab test at 18 months (1.5 years)'
when 167389 then 'Recency assay'
else '' end) as order_reason,
if(lab_test=299, (case test_result when 1228 then "REACTIVE" when 1229 then "NON-REACTIVE" when 1304 then "POOR SAMPLE QUALITY" end),
if(lab_test=1030, (case test_result when 1138 then "INDETERMINATE" when 664 then "NEGATIVE" when 703 then "POSITIVE" when 1304 then "POOR SAMPLE QUALITY" end),
Expand Down
2 changes: 2 additions & 0 deletions omod/src/main/resources/sql/dwapi/DML.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2447,6 +2447,7 @@ SELECT "Processing Drug Event Data", CONCAT("Time: ", NOW());
when 165373 then "AZT/3TC/RAL/DRV/r"
when 165374 then "ABC/3TC/RAL/DRV/r"
when 167442 then "AZT/3TC/DTG/DRV/r"
when 2001184 then "TAF/3TC/DTG"
-- TB
when 1675 then "RHZE"
when 768 then "RHZ"
Expand Down Expand Up @@ -2504,6 +2505,7 @@ SELECT "Processing Drug Event Data", CONCAT("Time: ", NOW());
when 165374 then "ABC+3TC+RAL+DRV/r"
when 167442 then "AZT/3TC/DTG/DRV/r"
when 164968 then "AZT/3TC/DTG"
when 2001184 then "TAF/3TC/DTG"
-- TB
when 1675 then "RHZE"
when 768 then "RHZ"
Expand Down

0 comments on commit b5de254

Please sign in to comment.