Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
This module consists of administration tools for the OpenMRS Reference Application (see resources). The Reference Application is an implementation of OpenMRS used to add new functionality as small apps in a similar fashion to mobile applications. The Reference Application comes with a number of apps out of the box. Currently, this application provides apps, which enable you to:
The Admin UI Module is written using the UI framework (see resources), and some pages are written with Groovy Server Page technology being backed up by controllers while other pages are written using angular and communicating with the server via the REST API provided by the web services module. With the Admin UI Module, the user has access to the “Configure Metadata” app.
The project tree is set up as follows:
File | Description |
---|---|
api | Java and resource files for building the java api jar file. It also contains the message resource bundles files for translation and the moduleApplicationContext.xml file |
omod | Files for the web layer reside in this directory like GSPs, html, CSS, Javascript files etc. It also contains the apps, extensions, config.xml and the webModuleApplicationContext.xml file. |
pom.xml | The main maven file used to build and package the .omod file |