Skip to content

Commit

Permalink
Merge pull request #2069 from makombe/art-treatment-preparation
Browse files Browse the repository at this point in the history
Include art treatment preparation form as a visit form
  • Loading branch information
patryllus authored Dec 6, 2024
2 parents 983bec2 + 348cb29 commit 562f182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/resources/content/kenyaemr.hiv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<property name="defaultCompletionForm" ref="kenyaemr.hiv.form.completion" />
<property name="patientForms">
<set>
<ref bean="kenyaemr.hiv.form.treatmentPreparation" />
</set>
</property>
<property name="visitForms">
Expand All @@ -38,6 +37,7 @@
<ref bean="kenyaemr.hiv.form.cccDefaulterTracing"/>
<ref bean="kenyaemr.hiv.form.hivHighITTIntervention" />
<ref bean="kenyaemr.hiv.form.homeVisitChecklist" />
<ref bean="kenyaemr.hiv.form.treatmentPreparation" />
</set>
</property>
<property name="reports">
Expand Down

0 comments on commit 562f182

Please sign in to comment.