Skip to content

Commit

Permalink
updated vmmc procedure form adverse events
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaKamau committed Mar 23, 2022
1 parent e36e6a2 commit f47452f
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void install() {

install(form("VMMC Enrollment Form", null, _EncounterType.VMMC_ENROLLMENT, "1", _Form.VMMC_ENROLLMENT_FORM));
install(form("VMMC Discontinuation Form", null, _EncounterType.VMMC_DISCONTINUATION, "1", _Form.VMMC_DISCONTINUATION_FORM));
install(form("VMMC Procedure Form", null, _EncounterType.VMMC_PROCEDURE, "1", _Form.VMMC_PROCEDURE_FORM));
install(form("VMMC Circumcision Procedure Form", null, _EncounterType.VMMC_PROCEDURE, "1", _Form.VMMC_PROCEDURE_FORM));
install(form("VMMC Medical History and Examination Form", null, _EncounterType.VMMC_MEDICAL_HISTORY_EXAMINATION, "1", _Form.VMMC_MEDICAL_HISTORY_EXAMINATION_FORM));
install(form("VMMC Client Follow-Up Form", null, _EncounterType.VMMC_CLIENT_FOLLOWUP, "1", _Form.VMMC_CLIENT_FOLLOWUP_FORM));
install(form("VMMC Immediate Post-Operation Assessment Form", null, _EncounterType.VMMC_POST_OPERATION, "1", _Form.VMMC_POST_OPERATION_FORM));
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/resources/content/kenyaemr.vmmc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<ref bean="kenyaemr.app.chart" />
</set>
</property>
<property name="icon" value="kenyaui:forms/completion.png" />
<property name="icon" value="kenyaui:forms/generic.png" />
<property name="showIfCalculation" value="org.openmrs.module.kenyaemr.calculation.library.vmmc.PatientsEligibleForVMMCProcedureCalculation" />
<property name="htmlform" value="kenyaemr:vmmc/vmmcCircumcisionProcedure.html" />
</bean>
Expand Down
Loading

0 comments on commit f47452f

Please sign in to comment.