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.
Modifier and Type | Method and Description |
---|---|
String |
getMessageType() |
String |
getProcessingId() |
String |
getTriggerEvent() |
String |
getVersion() |
String getMessageType()
String getTriggerEvent()
String getProcessingId()
String getVersion()
Copyright © 2001–2017 University Health Network. All rights reserved.