Uses of Interface
ca.uhn.hl7v2.validation.MessageRule

Packages that use MessageRule
ca.uhn.hl7v2.validation   
ca.uhn.hl7v2.validation.impl   
 

Uses of MessageRule in ca.uhn.hl7v2.validation
 

Methods in ca.uhn.hl7v2.validation that return MessageRule
 MessageRule[] ValidationContext.getMessageRules(String theVersion, String theMessageType, String theTriggerEvent)
           
 

Uses of MessageRule in ca.uhn.hl7v2.validation.impl
 

Classes in ca.uhn.hl7v2.validation.impl that implement MessageRule
 class ConformanceProfileRule
          A MessageRule that checks conformance to message profiles.
 

Methods in ca.uhn.hl7v2.validation.impl that return MessageRule
 MessageRule[] ValidationContextImpl.getMessageRules(String theVersion, String theMessageType, String theTriggerEvent)
           
 

Methods in ca.uhn.hl7v2.validation.impl that return types with arguments of type MessageRule
 List<RuleBinding<MessageRule>> ValidationContextImpl.getMessageRuleBindings()
           
 

Constructors in ca.uhn.hl7v2.validation.impl with parameters of type MessageRule
MessageRuleBinding(String theVersion, String theMessageType, String theTriggerEvent, MessageRule theRule)
           
 



Copyright © 2001-2012 University Health Network. All Rights Reserved.