Skip to content

Commit

Permalink
POC-315:Add-Hiv-Disclosure-Status (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainingo committed Jul 3, 2023
1 parent a4bf2d5 commit d7c00de
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
"width": 150,
"field": "ipt_stop_date"
},
{
"headerName": "Hiv Disclosure Status",
"width": 150,
"field": "hiv_diclosure_status"
},
{
"headerName": "Discordant Status",
"width": 150,
Expand Down Expand Up @@ -210,6 +215,11 @@
"width": 150,
"field": "ipt_stop_date"
},
{
"headerName": "Hiv Disclosure Status",
"width": 150,
"field": "hiv_diclosure_status"
},
{
"headerName": "Discordant Status",
"width": 150,
Expand Down Expand Up @@ -360,6 +370,11 @@
"width": 200,
"field": "ovcid_id"
},
{
"headerName": "Hiv Disclosure Status",
"width": 150,
"field": "hiv_diclosure_status"
},
{
"headerName": "Discordant Status",
"width": 150,
Expand Down Expand Up @@ -1368,6 +1383,11 @@
"width": 150,
"field": "ipt_stop_date"
},
{
"headerName": "Hiv Disclosure Status",
"width": 150,
"field": "hiv_diclosure_status"
},
{
"headerName": "Discordant Status",
"width": 150,
Expand Down Expand Up @@ -1502,6 +1522,11 @@
"width": 150,
"field": "ipt_stop_date"
},
{
"headerName": "Hiv Disclosure Status",
"width": 150,
"field": "hiv_diclosure_status"
},
{
"headerName": "Discordant Status",
"width": 150,
Expand Down Expand Up @@ -1641,6 +1666,11 @@
"width": 150,
"field": "ipt_stop_date"
},
{
"headerName": "Hiv Disclosure Status",
"width": 150,
"field": "hiv_diclosure_status"
},
{
"headerName": "Discordant Status",
"width": 150,
Expand Down Expand Up @@ -1780,6 +1810,11 @@
"width": 150,
"field": "ipt_stop_date"
},
{
"headerName": "Hiv Disclosure Status",
"width": 150,
"field": "hiv_diclosure_status"
},
{
"headerName": "Discordant Status",
"width": 150,
Expand Down Expand Up @@ -1954,6 +1989,11 @@
"width": 150,
"field": "ipt_stop_date"
},
{
"headerName": "Hiv Disclosure Status",
"width": 150,
"field": "hiv_diclosure_status"
},
{
"headerName": "Discordant Status",
"width": 150,
Expand Down Expand Up @@ -2297,6 +2337,11 @@
"width": 200,
"field": "ovcid_id"
},
{
"headerName": "Hiv Disclosure Status",
"width": 150,
"field": "hiv_diclosure_status"
},
{
"headerName": "Discordant Status",
"width": 150,
Expand Down Expand Up @@ -2426,6 +2471,11 @@
"width": 150,
"field": "ipt_stop_date"
},
{
"headerName": "Hiv Disclosure Status",
"width": 150,
"field": "hiv_diclosure_status"
},
{
"headerName": "Discordant Status",
"width": 150,
Expand Down Expand Up @@ -2565,6 +2615,11 @@
"width": 150,
"field": "ipt_stop_date"
},
{
"headerName": "Hiv Disclosure Status",
"width": 150,
"field": "hiv_diclosure_status"
},
{
"headerName": "Discordant Status",
"width": 150,
Expand Down Expand Up @@ -2704,6 +2759,11 @@
"width": 150,
"field": "ipt_stop_date"
},
{
"headerName": "Hiv Disclosure Status",
"width": 150,
"field": "hiv_diclosure_status"
},
{
"headerName": "Discordant Status",
"width": 150,
Expand Down Expand Up @@ -2838,6 +2898,11 @@
"width": 150,
"field": "ipt_stop_date"
},
{
"headerName": "Hiv Disclosure Status",
"width": 150,
"field": "hiv_diclosure_status"
},
{
"headerName": "Discordant Status",
"width": 150,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@
"alias": "ipt_stop_date",
"column": "date_format(fh.ipt_stop_date, '%Y-%m-%d')"
},
{
"type": "simple_column",
"alias": "hiv_diclosure_status",
"column": "fh.hiv_disclosure_status_value"
},
{
"type": "derived_column",
"alias": "discordant_status",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,11 @@
"alias": "ipt_stop_date",
"column": "date_format(fh.ipt_stop_date, '%Y-%m-%d')"
},
{
"type": "simple_column",
"alias": "hiv_diclosure_status",
"column": "fh.hiv_disclosure_status_value"
},
{
"type": "derived_column",
"alias": "discordant_status",
Expand Down

0 comments on commit d7c00de

Please sign in to comment.