IHETemplateDataService

public interface IHETemplateDataService extends MotechDataService<CdaTemplate>

The data service for managing CdaTemplate objects.

Methods

findByName

CdaTemplate findByName(String templateName)

Retrieves template with the given name.

Parameters:
  • templateName – the name of template
Returns:

template with the given name