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

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

Uses of Rule in ca.uhn.hl7v2.validation
 

Subinterfaces of Rule in ca.uhn.hl7v2.validation
 interface EncodingRule
          A validation rule that applies to encoded message strings.
 interface MessageRule
          A validation rule that applies to a fully populated message object.
 interface PrimitiveTypeRule
          A rule that applies to a primitive datatype.
 

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

Classes in ca.uhn.hl7v2.validation.impl that implement Rule
 class ConformanceProfileRule
          A MessageRule that checks conformance to message profiles.
 class RegexPrimitiveRule
          A PrimitiveTypeRule that validates primitive values using a regular expression.
 class SizeRule
          Checks that Primitive values conform to a certain size limit.
 class TrimLeadingWhitespace
          Performs no validation but removes leading whitespace in the correct() method.
 class XMLSchemaRule
          Validate hl7 version 2 messages encoded according to the HL7 XML Encoding Syntax against xml schemas provided by hl7.org
 

Methods in ca.uhn.hl7v2.validation.impl that return Rule
 Rule RuleBinding.getRule()
           
 

Constructors in ca.uhn.hl7v2.validation.impl with parameters of type Rule
RuleBinding(java.lang.String theVersion, java.lang.String theScope, Rule theRule)
          Active by default.
 



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