Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

REST Clients
New REST Calls added by Raxa
Access list of REST services
HOST+/ws/rest/v1/catalog   (it may not run on openmrs instance which lacks few tables as provided by Roger in jsslab db avaliable in Lab Rats Folder of Dropbox)
Examples
"login"
with username and password
"logout"
"get patient"
need to pass authorization header
returns the patients uri
"get full patient"
GET and specify the URL: http://raxaemr.jelastic.dogado.eu/ws/rest/v1/person/<personUri>
need to pass authorization header
"search"
{ "names" ["givenName": "sunbiz", "familyName": "Test"] ... }
Wiki Links of REST Resources of OpenMRS

 

  • No labels