Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
Project leads | |
OpenMRS point of contact | |
Assigned to |
If you are an implementer and you wish to use our application, please do not hesitate to contact us via talk.openmrs.org. We are looking forward to collaborating with implementations of any size and geographic location that wish to use our product. We are very flexible and open to adjusting the objectives of the project to satisfy real life requirements first.
The app communicates with OpenMRS instances using REST. It supports working offline (without network connection) with a chosen subset of patients. The database on the device is encrypted and password protected in order to secure patient data.
Summary:
Summary:
Summary:
Summary:
Summary:
Summary:
Summary:
Summary:
In order to test the application, you can use our test server which is http://devtest04.openmrs.org:8080/openmrs. The username is admin and the password is Admin123. It is an installation of OpenMRS 2.2 with the additionally installed REST module upgraded to 2.12-SNAPSHOT, which you can download here.
If you are keen to contribute code, please do not hesitate to contact Rafal Korytkowski by posting to talk.openmrs.org.
Please see the Resources section for a handful of links.
We are working in sprints. The issues included in the latest Sprint can be always found in JIRA at https://issues.openmrs.org/secure/RapidBoard.jspa?rapidView=60.
For instructions on how to setup your development environment please see https://github.com/openmrs/openmrs-contrib-android-client
We accept pull requests for issues in JIRA following the best practices defined by the OpenMRS Community. All you need to know can be found by exploring Getting Started as a Developer (Archived Version).
Currently the project is maintained by Adam Grzybkowski and Tomasz Marzeion funded by the SolDevelo company and mentored by Rafal Korytkowski (Regenstrief).
We are also grateful to our growing number of volunteer developers and other paid developers, who will be listed under each release. Please see the full list of contributors.
The project was then developed by Avijit Ghosh as part of Google Summer of Code 2016. Please see OpenMRS Android Client - GSoC 2016.
The initial work (versions 2.0 and 2.1) was done and funded by the SolDevelo company.
Sprint board https://issues.openmrs.org/secure/RapidBoard.jspa?rapidView=60
Dashboard https://issues.openmrs.org/secure/Dashboard.jspa?selectPageId=12851
Repository https://github.com/openmrs/openmrs-contrib-android-client
Google Play https://play.google.com/store/apps/details?id=org.openmrs.mobile
6 Comments
Venkat Parthasarathy
I was trying to work on this project but the Gradle build is not successful. I installed Android 6.0 and Android 5.1 and have the latest SDK tools. Can anyone help me with resolving this issue? I have attached the log file of the Gradle console.
Rafal Korytkowski
Avijit Ghosh, have you seen that? Looks like it may be related to your recent commit.
Avijit Ghosh
Sent a hotfix patch: https://github.com/openmrs/openmrs-contrib-android-client/pull/111
Rafal Korytkowski
Venkat Parthasarathy, could you please update to the latest revision and try building again?
Venkat Parthasarathy
I applied the patch and it built successfully.
Avijit Ghosh
Rafal Korytkowski Indeed, this seems to be the error: http://stackoverflow.com/questions/25145539/android-studio-compile-error-content-is-not-allowed-in-prolog
I'll just move the file out of the project and save it somewhere else (not on repo).