Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • patientId (The patient identifier number we are using)
  • idTypeUuid (The UUID of the patient identifier we are using)
  • encounterUuid (a UUID of the encounter which we want to retrieve)
  • startDate (Start date to filter retrieved encounters)
  • endDate (End date to filter retrieved encounters)

A sample GET request would look as folllows -

/openmrs/module/hl7query/ORUR01.htm?patientId=100&idTypeUuid=8d79403a-c2cc-11de-8d13-0010c6dffd0f

The above request contains the patient id and the UUID of the identifier type. Other additional url parameters (specified above) can also be added to the URL as per the users wishes.

Downloads

http://modules.openmrs.org/modules/view.jsp?module=hl7query

...