Class Summary |
AcceptApplication |
An application that returns AA acknowledgements. |
Connection |
A TCP/IP connection to a remote HL7 server. |
ConnectionDialog |
A dialog box for opening a new Connection (used with TestPanel). |
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 |
This is an application that will perform specific translations on the
hl7 messages stored within a flat file. |
HL7ServerTestHelper |
Helper class used to send messages from a flat file to
an ip and port. |
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;
analagous to the client in a client-server interaction), according to HL7's original
mode processing rules. |
MessageTypeRouter |
Routes messages to various Applications based on message type and trigger event. |
Receiver |
Listens for incoming messages on a certain input stream, and
sends them to the appropriate location. |
Responder |
Performs the responding role in a message exchange (i.e receiver of the first message,
sender of the response; analagous to the server in a client-server interaction), according
to HL7's original mode processing rules. |
SimpleServer |
A simple TCP/IP-based HL7 server. |
TestPanel |
A user interface for testing communications with an HL7 server. |
TwoPortService |
A TCP/IP-based HL7 Service that uses separate ports for inbound and outbound messages. |