OpenMRS is an patient-based medical record system focusing on giving providers a free customizable EMR.
Read more at http://openmrs.org/about
Find documentation on our wiki: http://wiki.openmrs.org
The project tree is set up as follows:
| .settings | Eclipse specific settings. Useful for character encoding and formatting (for devs using eclipse anyway) |
| api/ | java and resource files for building the java api jar file. |
| release-test | Cucumber/selenium integration tests. Run daily against a running webapp. See https://wiki.openmrs.org/display/docs/Testing+Releases |
| test | TBD |
| tools | Meta code used during compiling and testing. Does not go into any released binary (like doclets) |
| web/ | java and resource files that are used in the webapp/war file. |
| webapp/ | jsp files used in building the war file. |
| build.properties | (deprecated) default properties used by the deprecated ANT build.xml file |
| build.xml | (deprecated) ANT build file containing convenience methods into the maven build |
| license.txt | The OpenMRS license |
| liquibase.build.xml | ANT build file containing convenience methods to run liquibase actions |
| openmrs-checkstyle.properties | properties for the checkstyle library |
| pom.xml | The main maven file used to build and package OpenMRS |
