HL7RecipientsService

public interface HL7RecipientsService

Recipients service supports retrieving HL7 recipients data.

See also: HL7Recipient

Methods

getAllRecipients

Collection<HL7Recipient> getAllRecipients()

Returns all HL7 recipients.

Returns:collection of HL7 recipients

getRecipientbyName

HL7Recipient getRecipientbyName(String name)

Returns the HL7 recipient with the given name.

Parameters:
  • name – the name of the recipient
Returns:

the HL7 recipient