File tree Expand file tree Collapse file tree 3 files changed +1259
-1
lines changed
api/src/main/java/org/openmrs/module/ugandaemr
omod/src/main/webapp/resources/jsonforms Expand file tree Collapse file tree 3 files changed +1259
-1
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ public void install() throws Exception {
106106 install (EncounterTypes .MONKEY_POX_SCREENING_ENCOUNTER );
107107 install (EncounterTypes .PROCEDURE_RESULTS_ENCOUNTER );
108108 install (EncounterTypes .HIV_SELF_TESTING_ENCOUNTER );
109+ install (EncounterTypes .HIV_CONTACT_TRACING_ENCOUNTER );
109110
110111
111112 //installing programs metadata
Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ public String uuid() {
630630 public static EncounterTypeDescriptor HIV_SELF_TESTING_ENCOUNTER = new EncounterTypeDescriptor () {
631631 @ Override
632632 public String name () {
633- return "TB Screening " ;
633+ return "HIV Self Testing Encounter " ;
634634 }
635635
636636 @ Override
@@ -642,4 +642,20 @@ public String uuid() {
642642 return "b75fc5be-83a6-4771-afae-87d1b68af4f7" ;
643643 }
644644 };
645+
646+ public static EncounterTypeDescriptor HIV_CONTACT_TRACING_ENCOUNTER = new EncounterTypeDescriptor () {
647+ @ Override
648+ public String name () {
649+ return "HIV Contact Tracing Encounter" ;
650+ }
651+
652+ @ Override
653+ public String description () {
654+ return "Encounter to record all clients eligible for index testing and SNS" ;
655+ }
656+
657+ public String uuid () {
658+ return "3849c43c-f14d-40ab-80d7-670cf251e525" ;
659+ }
660+ };
645661}
You can’t perform that action at this time.
0 commit comments