Skip to content

Commit

Permalink
Merge branch 'AMPATH:master' into POC-651
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir authored Feb 10, 2024
2 parents 1d28510 + ad7a876 commit 54545ea
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 54545ea

Please sign in to comment.