public interface AcceptValidator
Determines whether messages are acceptable for storage. See HL7 v2.5 chapter 2 for relevant specifications. In original-mode processing, validation at this level includes checking whether MSH-9, 11, and 12 have appropriate values.
In enhanced mode, the above checks are optional. Checking for syntactical correctness is also optional. However storage availability and interface status must be checked.
Modifier and Type | Interface and Description |
---|---|
static interface |
AcceptValidator.AcceptRuling
Represents a decision regarding whether a message can be initially
accepted for further processing.
|
Modifier and Type | Method and Description |
---|---|
AcceptValidator.AcceptRuling |
check(Transportable theMessage)
Returns a ruling regarding whether the given message can be accepted
for further processing (ie determines CE, CR, or CA for enhanced mode,
and AR for original mode).
|
AcceptValidator.AcceptRuling check(Transportable theMessage)
theMessage
- the message to check for acceptability.Copyright © 2001–2017 University Health Network. All rights reserved.