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.
- Version:
- $Revision: 1.1 $ updated on $Date: 2007/02/19 02:24:38 $ by $Author: jamesagnew $
- Author:
- Bryan Tripp
getMessageType
java.lang.String getMessageType()
- Returns:
- MSH-9-1
getTriggerEvent
java.lang.String getTriggerEvent()
- Returns:
- MSH-9-2
getProcessingId
java.lang.String getProcessingId()
- Returns:
- MSH-11-1
getVersion
java.lang.String getVersion()
- Returns:
- MSH-12
Copyright © 2001-2011 University Health Network. All Rights Reserved.