public class MessageRuleBinding extends RuleBinding<MessageRule>
RuleBinding that applies to MessageRules.| Constructor and Description |
|---|
MessageRuleBinding(String theVersion,
String theMessageType,
String theTriggerEvent,
MessageRule theRule) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesToScope(String theScope) |
applies, appliesToVersion, getActive, getRule, getScope, getVersion, setActivepublic MessageRuleBinding(String theVersion, String theMessageType, String theTriggerEvent, MessageRule theRule)
theVersion - see RuleBinding.getVersion()theMessageType - a value valid for MSH-9-1 or * for alltheTriggerEvent - a value valid for MSH-9-2 or * for alltheRule - public boolean appliesToScope(String theScope)
appliesToScope in class RuleBinding<MessageRule>theScope - must be in the form type^event (ie message type and trigger event separated
by a carat)Copyright © 2001-2012 University Health Network. All Rights Reserved.