Skip to content

Commit

Permalink
Update DATIM patient list to meet new requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Mutai committed Feb 7, 2024
1 parent 89bd74e commit 3653048
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,21 @@
"alias": "latest_vl",
"column": "fh.vl_1"
},
{
"type": "simple_column",
"alias": "weight",
"column": "fh.weight"
},
{
"type": "simple_column",
"alias": "cd4_1",
"column": "fh.cd4_1"
},
{
"type": "simple_column",
"alias": "cd4_1_date",
"column": "date_format(fh.cd4_1_date, '%Y-%m-%d')"
},
{
"type": "derived_column",
"alias": "vl_category",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"field": "age",
"width": 100
},
{
"headerName": "Weight",
"field": "weight",
"width": 100
},
{
"headerName": "Identifiers",
"field": "identifiers",
Expand All @@ -48,6 +53,16 @@
"field": "latest_rtc_date",
"width": 100
},
{
"headerName": "CD4",
"field": "cd4_1",
"width": 100
},
{
"headerName": "CD4 Date",
"field": "cd4_1_date",
"width": 100
},
{
"headerName": "Latest VL",
"field": "latest_vl",
Expand Down

0 comments on commit 3653048

Please sign in to comment.