Interface ApplicationRouter.AppRoutingData

All Known Implementing Classes:
AppRoutingDataImpl
Enclosing interface:
ApplicationRouter

public static interface ApplicationRouter.AppRoutingData

Encapsulates the message fields used for routing of messages from the HL7 protocol to the appropriate Application.

The wildcard "*" in any member indicates all values of the associated parameter. For example the conbination "ADT", "*", "*", "*" means all ADT messages. Each value can also be a regular expression that is matched against the corresponding field.

Author:
Bryan Tripp