OpenMRSFormService

public interface OpenMRSFormService

Methods

getFormByUuid

Form getFormByUuid(String configName, String uuid)

Returns the form with the given uuid. Configuration with the given configName will be used while performing this action.

Parameters:
  • configName – the name of the configuration
  • uuid – the UUID of the visit
Returns:

the form with the given UUID