OpenMRSOrderService

public interface OpenMRSOrderService

Interface for handling orders on the OpenMRS server.

Methods

createOrder

Order createOrder(String configName, Order order)

Creates the given order on the OpenMRS server. Configuration with the given configName will be used while performing this action.

Parameters:
  • configName – the name of the configuration
  • order – the order to be created
Returns:

the created order