Skip to content

Commit

Permalink
Updated otz vl outcomes to alhiv
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrianbet committed Aug 9, 2024
1 parent f6964e2 commit f5fe467
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const getProportionOfAlhivEnrolledInOtzWhoHaveCompletedTrainingByPartner
if (selectedPartner.length > 0) {
percent = ((listElement.count_training / selectedPartner[0].alhiv) * 100);
}
console.log(selectedPartner[0].alhiv, percent, listElement.count_training)
ArrayList.push(
{
count_training: listElement.count_training,
Expand Down
14 changes: 7 additions & 7 deletions src/views/CT/OTZ/OtzAlhivWithReSuppression.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ const OtzAlhivWithReSuppression = () => {
},
xAxis: {
categories: [
'ALHIV WITH VL >1000 AT BASELINE',
'ALHIV WITH VL <1000 WITH REPEAT VLS',
'NUMBER WITH VL >1000 UPON REPEAT',
'ALHIV WITH VL >=200 AT BASELINE',
'ALHIV WITH VL <200 WITH REPEAT VLS',
'NUMBER WITH VL >=200 UPON REPEAT',
],
crosshair: true,
},
Expand Down Expand Up @@ -57,7 +57,7 @@ const OtzAlhivWithReSuppression = () => {
name: 'OTZ OUTCOMES AMONG ALHIV WITH RE-SUPPRESSION',
data: [
{
name: 'ALHIV WITH VL >1000 AT BASELINE',
name: 'ALHIV WITH VL >=200 AT BASELINE',
color: '#00AD30',
y:
otzOutcomesWithReSuppression.AlHivWithVlGreaterThan1000
Expand All @@ -67,7 +67,7 @@ const OtzAlhivWithReSuppression = () => {
?? 0,
},
{
name: 'ALHIV WITH VL <1000 WITH REPEAT VL',
name: 'ALHIV WITH VL <200 WITH REPEAT VL',
color: '#fad53f',
y:
otzOutcomesWithReSuppression.ALHivWithVLLessThan1000WithRepeatVL
Expand All @@ -77,7 +77,7 @@ const OtzAlhivWithReSuppression = () => {
?? 0,
},
{
name: 'NUMBER WITH VL >1000 UPON REPEAT',
name: 'NUMBER WITH VL >=200 UPON REPEAT',
color: '#bb1414',
y:
otzOutcomesWithReSuppression.ALHivWithVLGreaterThan1000WithRepeatVL
Expand All @@ -102,7 +102,7 @@ const OtzAlhivWithReSuppression = () => {
className="trends-header"
style={{ textTransform: 'none' }}
>
SUPPRESSION AMONG CALHIV WITH REPEAT VLS (RESUPPRESSING)
SUPPRESSION AMONG ALHIV WITH REPEAT VLS (RESUPPRESSING)
</CardHeader>
<CardBody className="trends-body">
<div className="col-12">
Expand Down
12 changes: 6 additions & 6 deletions src/views/CT/OTZ/OtzOutcomesAmongAlhivWithReSuppression.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const OtzOutcomesAmongAlhivWithReSuppression = () => {
},
xAxis: {
categories: [
'OTZ WITH VL >1000 AT BASELINE',
'OTZ WITH VL <1000 WITH REPEAT VLS',
'NUMBER WITH VL >1000 UPON REPEAT',
'OTZ WITH VL >=200 AT BASELINE',
'OTZ WITH VL <200 WITH REPEAT VLS',
'NUMBER WITH VL >=200 UPON REPEAT',
],
crosshair: true,
},
Expand Down Expand Up @@ -55,7 +55,7 @@ const OtzOutcomesAmongAlhivWithReSuppression = () => {
name: 'OTZ OUTCOMES AMONG ALHIV WITH RE-SUPPRESSION',
data: [
{
name: 'ALHIV WITH VL >1000 AT BASELINE',
name: 'ALHIV WITH VL >=200 AT BASELINE',
color: '#00AD30',
y:
otzOutcomesWithReSuppression.length > 0
Expand All @@ -69,7 +69,7 @@ const OtzOutcomesAmongAlhivWithReSuppression = () => {
: 0,
},
{
name: 'ALHIV WITH VL <1000 WITH REPEAT VL',
name: 'ALHIV WITH VL <200 WITH REPEAT VL',
color: '#fad53f',
y:
otzOutcomesWithReSuppression.length > 0
Expand All @@ -83,7 +83,7 @@ const OtzOutcomesAmongAlhivWithReSuppression = () => {
: 0,
},
{
name: 'NUMBER WITH VL >1000 UPON REPEAT',
name: 'NUMBER WITH VL >=200 UPON REPEAT',
color: '#bb1414',
y:
otzOutcomesWithReSuppression.length > 0
Expand Down
2 changes: 1 addition & 1 deletion src/views/CT/OTZ/OtzVlSuppressionByAge.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const OtzVlSuppressionByAge = () => {
return (
<Card className="trends-card">
<CardHeader className="trends-header" style={{textTransform: 'none'}}>
VL SUPPRESSION AMONG CALHIV ENROLLED IN OTZ BY AGE
VL SUPPRESSION AMONG ALHIV ENROLLED IN OTZ BY AGE
</CardHeader>
<CardBody className="trends-body">
<div className="col-12">
Expand Down
2 changes: 1 addition & 1 deletion src/views/CT/OTZ/OtzVlSuppressionByAgeNotEnrolled.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const OtzVlSuppressionByAgeNotEnrolled = () => {
return (
<Card className="trends-card">
<CardHeader className="trends-header" style={{textTransform: 'none'}}>
VL SUPPRESSION AMONG CALHIV NOT ENROLLED IN OTZ BY AGE
VL SUPPRESSION AMONG ALHIV NOT ENROLLED IN OTZ BY AGE
</CardHeader>
<CardBody className="trends-body">
<div className="col-12">
Expand Down
2 changes: 1 addition & 1 deletion src/views/CT/OTZ/OtzVlSuppressionByCounty.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const OtzVlSuppressionByCounty = () => {
return (
<Card className="trends-card">
<CardHeader className="trends-header" style={{textTransform: 'none'}}>
VL SUPPRESSION AMONG CALHIV ENROLLED IN OTZ BY COUNTY
VL SUPPRESSION AMONG ALHIV ENROLLED IN OTZ BY COUNTY
</CardHeader>
<CardBody className="trends-body">
<div className="col-12">
Expand Down
2 changes: 1 addition & 1 deletion src/views/CT/OTZ/OtzVlSuppressionByPartner.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const OtzVlSuppressionByPartner = () => {
return (
<Card className="trends-card">
<CardHeader className="trends-header" style={{textTransform: 'none'}}>
VL SUPPRESSION AMONG CALHIV ENROLLED IN OTZ BY PARTNER
VL SUPPRESSION AMONG ALHIV ENROLLED IN OTZ BY PARTNER
</CardHeader>
<CardBody className="trends-body">
<div className="col-12">
Expand Down
2 changes: 1 addition & 1 deletion src/views/CT/OTZ/OtzVlSuppressionBySex.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const OtzVlSuppressionBySex = () => {
return (
<Card className="trends-card">
<CardHeader className="trends-header" style={{textTransform: 'none'}}>
VL SUPPRESSION AMONG CALHIV ENROLLED IN OTZ BY GENDER
VL SUPPRESSION AMONG ALHIV ENROLLED IN OTZ BY GENDER
</CardHeader>
<CardBody className="trends-body">
<div className="col-12">
Expand Down
2 changes: 1 addition & 1 deletion src/views/CT/OTZ/OtzVlSuppressionBySexNotEnrolled.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const OtzVlSuppressionBySexNotEnrolled = () => {
className="trends-header"
style={{ textTransform: 'none' }}
>
VL SUPPRESSION AMONG CALHIV NOT ENROLLED IN OTZ BY GENDER
VL SUPPRESSION AMONG ALHIV NOT ENROLLED IN OTZ BY GENDER
</CardHeader>
<CardBody className="trends-body">
<div className="col-12">
Expand Down
2 changes: 1 addition & 1 deletion src/views/CT/OTZ/OtzVlSuppressionNotEnrolledByCounty.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const OtzVlSuppressionNotEnrolledByCounty = () => {
className="trends-header"
style={{ textTransform: 'none' }}
>
VL SUPPRESSION AMONG CALHIV NOT ENROLLED IN OTZ BY COUNTY
VL SUPPRESSION AMONG ALHIV NOT ENROLLED IN OTZ BY COUNTY
</CardHeader>
<CardBody className="trends-body">
<div className="col-12">
Expand Down
2 changes: 1 addition & 1 deletion src/views/CT/OTZ/OtzVlSuppressionNotEnrolledByPartner.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const OtzVlSuppressionNotEnrolledByPartner = () => {
className="trends-header"
style={{ textTransform: 'none' }}
>
VL SUPPRESSION AMONG CALHIV NOT ENROLLED IN OTZ BY PARTNER
VL SUPPRESSION AMONG ALHIV NOT ENROLLED IN OTZ BY PARTNER
</CardHeader>
<CardBody className="trends-body">
<div className="col-12">
Expand Down

0 comments on commit f5fe467

Please sign in to comment.