Skip to content

Commit 7c8e6d0

Browse files
authored
Merge pull request #2130 from PatrickWaweru/addIITEncounterType
Added a new encounter type for IIT score
2 parents ab77f78 + e0ad5cd commit 7c8e6d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/src/main/java/org/openmrs/module/kenyaemr/metadata/CommonMetadata.java

+2
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ public static final class _EncounterType {
125125
public static final String PRE_OPERATION_CHECKLIST = "9023e0cd-78ef-44af-ba54-47f30f739b4a";
126126
public static final String NEW_BORN_ADMISSION = "454db697-7bc4-49e7-a9fa-097c19f1c9ec";
127127
public static final String PLASTIC_SURGERY = "5748bd8a-06bf-41a0-88df-16eed290db21";
128+
public static final String IIT_SCORE = "1dab4593-b09d-4c5b-83fe-f041092145d3";
128129
}
129130

130131
public static final class _Form {
@@ -351,6 +352,7 @@ public void install() {
351352
install(encounterType("Pre-Operation Checklist", "Pre-Operation checklist clinical encounter type", _EncounterType.PRE_OPERATION_CHECKLIST));
352353
install(encounterType("New born admission", "New born admission clinical encounter type", _EncounterType.NEW_BORN_ADMISSION));
353354
install(encounterType("Plastic Surgery Clinic", "Plastic surgery clinical encounter type", _EncounterType.PLASTIC_SURGERY));
355+
install(encounterType("IIT Score", "IIT Score clinical encounter type", _EncounterType.IIT_SCORE));
354356

355357
install(form("Clinical Encounter", null, _EncounterType.CONSULTATION, "1", _Form.CLINICAL_ENCOUNTER));
356358
install(form("Lab Results", null, _EncounterType.LAB_RESULTS, "1", _Form.LAB_RESULTS));

0 commit comments

Comments
 (0)