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

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

Uses of PrimitiveTypeRule in ca.uhn.hl7v2.validation
 

Methods in ca.uhn.hl7v2.validation that return PrimitiveTypeRule
 PrimitiveTypeRule[] ValidationContext.getPrimitiveRules(String theVersion, String theTypeName, Primitive theType)
           
 

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

Classes in ca.uhn.hl7v2.validation.impl that implement PrimitiveTypeRule
 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 WithdrawnDatatypeRule
           Validation Rule which will not accept any content (i.e.
 

Methods in ca.uhn.hl7v2.validation.impl that return PrimitiveTypeRule
 PrimitiveTypeRule[] ValidationContextImpl.getPrimitiveRules(String theVersion, String theTypeName, Primitive theType)
           
 

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

Constructors in ca.uhn.hl7v2.validation.impl with parameters of type PrimitiveTypeRule
PrimitiveTypeRuleBinding(String theVersion, String theScope, PrimitiveTypeRule theRule)
           
 



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