Skip to content

Commit 0b3d118

Browse files
slubwamassmusoke
authored andcommitted
Adding Concepts from CIEL for bootcamp forms HMIS 073, 074, 076 and 077 (#324)
1 parent 6fde59e commit 0b3d118

File tree

8 files changed

+4119
-3649
lines changed

8 files changed

+4119
-3649
lines changed

api/src/main/java/org/openmrs/module/aijar/AijarActivator.java

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -124,18 +124,9 @@ public void started() {
124124

125125
// install concepts
126126
DataImporter dataImporter = Context.getRegisteredComponent("dataImporter", DataImporter.class);
127-
dataImporter.importData("metadata/Concepts_ART-1.xml");
128-
log.info("ART concepts imported");
129-
dataImporter.importData("metadata/Concepts_MCH-1.xml");
130-
log.info("MCH concepts imported");
131-
dataImporter.importData("metadata/Concepts_TB-1.xml");
132-
log.info("TB concepts imported");
133-
dataImporter.importData("metadata/Concepts_OPD-1.xml");
134-
log.info("OPD concepts imported");
135-
dataImporter.importData("metadata/Concepts_Programs-1.xml");
136-
log.info("Programs concepts imported");
137-
dataImporter.importData("metadata/Concepts_SMC-1.xml");
138-
log.info("SMC concepts imported");
127+
128+
dataImporter.importData("metadata/Custom_Concepts.xml");
129+
log.info("Custom Concepts imported");
139130

140131
// install commonly used metadata
141132
installCommonMetadata(deployService);

api/src/main/resources/metadata/Concepts_ART-1.xml

Lines changed: 0 additions & 326 deletions
This file was deleted.

api/src/main/resources/metadata/Concepts_MCH-1.xml

Lines changed: 0 additions & 853 deletions
This file was deleted.

api/src/main/resources/metadata/Concepts_OPD-1.xml

Lines changed: 0 additions & 1389 deletions
This file was deleted.

api/src/main/resources/metadata/Concepts_Programs-1.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

api/src/main/resources/metadata/Concepts_SMC-1.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)