Uses of Class
org.openehealth.ipf.commons.ihe.hl7v2.Hl7v2AcceptanceException
-
Uses of Hl7v2AcceptanceException in org.openehealth.ipf.commons.ihe.hl7v2
Modifier and TypeMethodDescriptionvoid
Hl7v2TransactionConfiguration.checkMessageAcceptance
(Message message, boolean isRequest) Performs acceptance test of the given message.void
Hl7v2TransactionConfiguration.checkMessageAcceptance
(String messageType, String triggerEvent, String messageStructure, String version, boolean isRequest) Performs acceptance test of the message with the given attributes.void
Hl7v2TransactionConfiguration.checkRequestAcceptance
(Message message) Performs transaction-specific acceptance test of the given request message.void
Hl7v2TransactionConfiguration.checkResponseAcceptance
(Message message) Performs transaction-specific acceptance test of the given response message.