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

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



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