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(java.lang.String theVersion, java.lang.String theMessageType, java.lang.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(java.lang.String theVersion, java.lang.String theMessageType, java.lang.String theTriggerEvent)
           
 

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



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