IHETemplateService

public interface IHETemplateService

Service for CDA Templates

Methods

sendTemplateToRecipientUrl

void sendTemplateToRecipientUrl(String url, String template)

Sends given CDA template to HL7 recipient URL.

Parameters:
  • url – URL address where template will be sent
  • template – XML template with filled fields

sendTemplateToRecipientUrlWithBasicAuthentication

void sendTemplateToRecipientUrlWithBasicAuthentication(HL7Recipient recipient, String template)

Sends given CDA template to HL7 recipient with Basic Authentication.

Parameters:
  • recipient – Recipient which will receive template
  • template – XML template with filled fields