Skip to content

Commit

Permalink
POC-560 (AMPATH#1335)
Browse files Browse the repository at this point in the history
* Validate ART Preparion Form

* Add validation in art prepartion form for Adult, Youth and Ped clients

---------

Co-authored-by: kantush <sainingo>
Co-authored-by: Drizzentic <[email protected]>
  • Loading branch information
2 people authored and sainingo committed Dec 14, 2023
1 parent 1afc416 commit d0dc9cc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions programs/patient-program-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@
{
"uuid": "37770eca-8a2f-48d6-b3c8-54af0fa989c2",
"display": "MENTALHEALTHSCREENING"
},
{
"uuid": "61ad56ae-a2c3-4ddb-a351-8c8ae253378c",
"display": "ADULTARTPREPARATION"
}
]
},
Expand Down Expand Up @@ -319,6 +323,10 @@
{
"uuid": "37770eca-8a2f-48d6-b3c8-54af0fa989c2",
"display": "MENTALHEALTHSCREENING"
},
{
"uuid": "bda00ff3-c811-4223-a602-3eb31c96d1f2",
"display": "PEDARTPREPARATION"
}
]
},
Expand Down Expand Up @@ -498,6 +506,10 @@
{
"uuid": "37770eca-8a2f-48d6-b3c8-54af0fa989c2",
"display": "MENTALHEALTHSCREENING"
},
{
"uuid": "a400ea27-7052-4745-b51f-d9370aaef4dc",
"display": "YOUTHARTPREPARATION"
}
]
},
Expand Down

0 comments on commit d0dc9cc

Please sign in to comment.