|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.validation.impl.RuleBinding
ca.uhn.hl7v2.validation.impl.MessageRuleBinding
public class MessageRuleBinding
A RuleBinding
that applies to MessageRule
s.
Constructor Summary | |
---|---|
MessageRuleBinding(java.lang.String theVersion,
java.lang.String theMessageType,
java.lang.String theTriggerEvent,
MessageRule theRule)
|
Method Summary | |
---|---|
boolean |
appliesToScope(java.lang.String theScope)
|
Methods inherited from class ca.uhn.hl7v2.validation.impl.RuleBinding |
---|
applies, appliesToVersion, getActive, getRule, getScope, getVersion, setActive |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageRuleBinding(java.lang.String theVersion, java.lang.String theMessageType, java.lang.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
- Method Detail |
---|
public boolean appliesToScope(java.lang.String theScope)
appliesToScope
in class RuleBinding
theScope
- must be in the form type^event (ie message type and trigger event separated
by a carat)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |