| Package | Description |
|---|---|
| ca.uhn.hl7v2.app |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultApplication.fillDetails(Message ack)
Fills in the details of an Application Reject message, including response
and error codes, and a text error message.
|
void |
AcceptApplication.fillDetails(Message ack)
Supplies details of application accept (AA) acknowledgement.
|
Message |
MessageTypeRouter.processMessage(Message in)
Forwards the given message to any Applications that have been registered
to accept messages of that type and trigger event.
|
Message |
DefaultApplication.processMessage(Message in)
Creates and returns an acknowledgement -- the details are determined by
fillDetails().
|
Message |
Application.processMessage(Message in)
Uses the contents of the message for whatever purpose the Application
has for this message, and returns an appropriate response message.
|
Copyright © 2001-2012 University Health Network. All Rights Reserved.