| Interface | Description |
|---|---|
| Application |
From an HL7 messaging perspective, an Application is a consumer of a messages.
|
| ApplicationExceptionHandler |
The Interface ApplicationExceptionHandler.
|
| ConnectionListener |
An object that wants to be notified of new remote connections.
|
| Class | Description |
|---|---|
| AcceptApplication |
An application that returns AA acknowledgements.
|
| Connection |
A TCP/IP connection to a remote HL7 server.
|
| ConnectionHub |
Provides access to shared HL7 Connections.
|
| DefaultApplication |
An Application that does nothing with the message and returns an Application
Reject message in response.
|
| HL7FileMsgCorrector | Deprecated |
| HL7ServerTestHelper | Deprecated |
| HL7ServerTestHelper.CommentFilterReader |
TODO: this code is copied from HAPI ...
|
| HL7Service |
An HL7 service.
|
| Initiator |
Performs the initiation role of a message exchange (i.e sender of the first
message; analogous to the client in a client-server interaction), according
to HL7's original mode processing rules.
|
| MessageTypeRouter | Deprecated
Replaced with
ApplicationRouter |
| Receiver |
Listens for incoming messages on a certain input stream, and sends them to
the appropriate location.
|
| SimpleServer |
A simple TCP/IP-based HL7 server.
|
| TwoPortService |
A TCP/IP-based HL7 Service that uses separate ports for inbound and outbound
messages.
|
| Exception | Description |
|---|---|
| ApplicationException |
Represents any problem encountered during processing of a message by an
Application.
|
Copyright © 2001-2013 University Health Network. All Rights Reserved.