Versions Compared

Key

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

...

ResourceResource URIDescription
  • laborder
HOST + /ws/rest/v1/order?type=labordercontains lab related orders which has been derived from class "order
  • labInstrument
HOST + /ws/rest/v1/jsslab/labInstrumentcontains data of all labInstrument
  • labOrderSpecimen
HOST + /ws/rest/v1/jsslab/labOrderSpecimenJoin table for LabOrder and LabSpecimen
  • labPrecondition
HOST + /ws/rest/v1/jsslab/labPreconditioncontains necessary preconditions for a lab test
  • labReport
HOST + /ws/rest/v1/jsslab/labReport

what the lab produces; covers all tests for a set of orders and specimens

  • labSpecimen
HOST + /ws/rest/v1/jsslab/labSpecimen

what is received at the lab for testing

  • labSpecimenTemplate
HOST + /ws/rest/v1/jsslab/labSpecimenTemplatecontains list of attributes for a particular type of specimen
  • labSupplyItem
HOST + /ws/rest/v1/jsslab/labSupplyItemcontains list of items being used during a test (for inventory management)
  • labTest
HOST + /ws/rest/v1/jsslab/labTest

process by which a single result value is assigned to a specific specimen

  • labTestPanel
HOST + /ws/rest/v1/jsslab/labTestPanel

A collection of tests which are ordered together

  • labTestRange
HOST + /ws/rest/v1/jsslab/labTestRangecontains valid range of result for test
  • labTestResult
HOST + /ws/rest/v1/jsslab/labTestResultcontains result of a laborder
  • labTestSpecimen
HOST + /ws/rest/v1/jsslab/labTestSpecimen

what is prepared from the specimen that actually undergoes testing

 NOTE: Name of resources will be changed to lowercase (from camelCase) in near future.

How to make REST calls

Basic info on how to make REST calls to create, retrieve, update or delete resources can be found on the OpenMRS Wiki.

...