Rest web service

I have a use case where am required to create an android app that takes patients images and push them into a folder to be consumed by OpenMRS. I would like to post them in /usr/share/tomcat7/.OpenMRS/patient_images, how can I do that via REST? @dkayiwa @raff

Out of the box, OpenMRS doesn’t have support for patient images but there is a module that does provide this feature, I think it’s called patient image module, you might want to check if the module exposes the feature via rest.

Are these resources of any help?

https://issues.openmrs.org/browse/RESTWS-297