Skip to content

Commit

Permalink
POC-721: Updated daily appointments height,weight and stage values
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Mutai committed Apr 16, 2024
1 parent d1b9167 commit f32dfd5
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions app/reporting-framework/json-reports/daily-appointments-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@
"type": "LEFT",
"joinCondition": "t2.encounter_id = fhs.encounter_id"
}
},
{
"table": "etl.flat_hiv_summary_v15b",
"alias": "fhsvb",
"join": {
"type": "LEFT",
"joinCondition": "t2.person_id = fhsvb.person_id and fhsvb.is_clinical_encounter = 1 and fhsvb.next_clinical_datetime_hiv is null"
}
}
],
"columns": [
Expand Down Expand Up @@ -134,17 +142,17 @@
{
"type": "simple_column",
"alias": "height",
"column": "fhs.height"
"column": "fhsvb.height"
},
{
"type": "simple_column",
"alias": "weight",
"column": "fhs.weight"
"column": "fhsvb.weight"
},
{
"type": "simple_column",
"alias": "stage",
"column": "fhs.cur_who_stage"
"column": "fhsvb.cur_who_stage"
}
],
"indexDirectives": [
Expand Down

0 comments on commit f32dfd5

Please sign in to comment.