|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| Nested Class Summary | |
|---|---|
static interface |
AcceptValidator.AcceptRuling
Represents a decision regarding whether a message can be initially accepted for further processing. |
| Method Summary | |
|---|---|
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). |
| Method Detail |
|---|
AcceptValidator.AcceptRuling check(Transportable theMessage)
theMessage - the message to check for acceptability.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||