mekomsolutions / openmrs-module-initializer

The OpenMRS Initializer module is an API-only module that processes the content of the configuration folder when it is found inside OpenMRS' application data directory.
MIT License
23 stars 79 forks source link

Support "dispositions" domain #284

Open mogoodrich opened 4 hours ago

mogoodrich commented 4 hours ago

The EMR API module expects a "dispositionConfig.json" file to be present in order to configure it's disposition handling logic.

Currently, the two main ways to set up this file are installing it on the classpath or setting it up programmatically.

We'd like to set this up via Iniz... specifically, if there is a "*.json" file in the "configuration/dispositions" directory, this should be loaded as the dispositions configuration file.

mogoodrich commented 4 hours ago

PR here: https://github.com/mekomsolutions/openmrs-module-initializer/pull/285