public class AcceptAcknowledger extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AcceptAcknowledger.AcceptACK
A structure for decisions as to whether a message can be accepted,
along with a corresponding accept or reject acknowlegement message.
|
Constructor and Description |
---|
AcceptAcknowledger() |
Modifier and Type | Method and Description |
---|---|
static AcceptAcknowledger.AcceptACK |
validate(ProcessorContext theContext,
Transportable theMessage)
Validates the given message against our accept validators, attempts to commit
the message to safe storage, and returns an ACK message indicating acceptance
or rejection at the accept level (see enhanced mode processing rules in HL7
chapter 2, v2.5).
|
public AcceptAcknowledger()
public static AcceptAcknowledger.AcceptACK validate(ProcessorContext theContext, Transportable theMessage) throws HL7Exception
HL7Exception
Copyright © 2001–2017 University Health Network. All rights reserved.