Skip to content

Commit

Permalink
Merge pull request AMPATH#1425 from Alfred-Mutai/POC-887
Browse files Browse the repository at this point in the history
POC-887: Add mental screening form to PMTCT program (Post Natal and Antenatal …
  • Loading branch information
Rugute authored Jan 24, 2025
2 parents fe74d43 + 5e304b5 commit e84f4d3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions programs/patient-program-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1776,6 +1776,10 @@
{
"uuid": "8010fabc-2e58-4160-a201-fce9c609d2fa",
"display": "COVIDASSESSMENT"
},
{
"uuid": "37770eca-8a2f-48d6-b3c8-54af0fa989c2",
"display": "MENTALHEALTHSCREENING"
}
]
},
Expand Down Expand Up @@ -5545,6 +5549,10 @@
"uuid": "238625fc-8a25-44b2-aa5a-8bf48fa0e18d",
"display": "ONCOLOGYVIA",
"allowedIf": "age >= 15 && age <= 65 && gender === 'F'"
},
{
"uuid": "37770eca-8a2f-48d6-b3c8-54af0fa989c2",
"display": "MENTALHEALTHSCREENING"
}
]
}
Expand Down Expand Up @@ -5609,6 +5617,10 @@
"uuid": "238625fc-8a25-44b2-aa5a-8bf48fa0e18d",
"display": "ONCOLOGYVIA",
"allowedIf": "age >= 15 && age <= 65 && gender === 'F'"
},
{
"uuid": "37770eca-8a2f-48d6-b3c8-54af0fa989c2",
"display": "MENTALHEALTHSCREENING"
}
]
},
Expand Down Expand Up @@ -5641,6 +5653,10 @@
"uuid": "238625fc-8a25-44b2-aa5a-8bf48fa0e18d",
"display": "ONCOLOGYVIA",
"allowedIf": "age >= 15 && age <= 65 && gender === 'F'"
},
{
"uuid": "37770eca-8a2f-48d6-b3c8-54af0fa989c2",
"display": "MENTALHEALTHSCREENING"
}
]
}
Expand Down

0 comments on commit e84f4d3

Please sign in to comment.