Skip to content

Commit

Permalink
Adding Concepts from CIEL for bootcamp forms HMIS 073, 074, 076 and 0…
Browse files Browse the repository at this point in the history
…77 (#324)
  • Loading branch information
slubwama authored and ssmusoke committed Dec 5, 2017
1 parent 6fde59e commit 0b3d118
Show file tree
Hide file tree
Showing 8 changed files with 4,119 additions and 3,649 deletions.
15 changes: 3 additions & 12 deletions api/src/main/java/org/openmrs/module/aijar/AijarActivator.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,18 +124,9 @@ public void started() {

// install concepts
DataImporter dataImporter = Context.getRegisteredComponent("dataImporter", DataImporter.class);
dataImporter.importData("metadata/Concepts_ART-1.xml");
log.info("ART concepts imported");
dataImporter.importData("metadata/Concepts_MCH-1.xml");
log.info("MCH concepts imported");
dataImporter.importData("metadata/Concepts_TB-1.xml");
log.info("TB concepts imported");
dataImporter.importData("metadata/Concepts_OPD-1.xml");
log.info("OPD concepts imported");
dataImporter.importData("metadata/Concepts_Programs-1.xml");
log.info("Programs concepts imported");
dataImporter.importData("metadata/Concepts_SMC-1.xml");
log.info("SMC concepts imported");

dataImporter.importData("metadata/Custom_Concepts.xml");
log.info("Custom Concepts imported");

// install commonly used metadata
installCommonMetadata(deployService);
Expand Down
326 changes: 0 additions & 326 deletions api/src/main/resources/metadata/Concepts_ART-1.xml

This file was deleted.

853 changes: 0 additions & 853 deletions api/src/main/resources/metadata/Concepts_MCH-1.xml

This file was deleted.

1,389 changes: 0 additions & 1,389 deletions api/src/main/resources/metadata/Concepts_OPD-1.xml

This file was deleted.

19 changes: 0 additions & 19 deletions api/src/main/resources/metadata/Concepts_Programs-1.xml

This file was deleted.

12 changes: 0 additions & 12 deletions api/src/main/resources/metadata/Concepts_SMC-1.xml

This file was deleted.

Loading

0 comments on commit 0b3d118

Please sign in to comment.