I have created a simple PHR application in android. I want to use OpenEMR in this android app so that I can store data on openemr.
My Query:
[1] How can I use openemr in my android app?
[2] Do I need to use REST API of OpenEMR for the same?
[3] If yes, where can I find sample code and APIs for the same?
Currently there is no API in OpenEMR to do this. But Certainly this is possible, you can wtite your own API in OpenEMR & call that from your android App with suitable parameters. There is no restriction of the web services you use for this purpose.