Package ca.uhn.hl7v2.protocol
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
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getMessageType
- Returns:
- MSH-9-1
-
getTriggerEvent
- Returns:
- MSH-9-2
-
getProcessingId
- Returns:
- MSH-11-1
-
getVersion
- Returns:
- MSH-12
-