IHETemplateDataService¶
-
public interface
IHETemplateDataServiceextends MotechDataService<CdaTemplate>¶ The data service for managing
CdaTemplateobjects.
Methods¶
findByName¶
-
CdaTemplate
findByName(String templateName)¶ Retrieves template with the given name.
Parameters: - templateName – the name of template
Returns: template with the given name