Class | Description |
---|---|
AbstractEncodingRule |
Abstract base class for encoding rules
|
AbstractMessageRule |
Abstract base class for message rules
|
AbstractPrimitiveTypeRule |
Abstract base class for primitive rules
|
ConformanceProfileRule |
A MessageRule that checks conformance to message profiles.
|
DefaultValidation |
A
ValidationContext with a default set of rules initially
defined. |
DefaultValidationWithoutTN |
A
ValidationContext with a default set of rules initially
defined. |
EncodingRuleBinding |
A
RuleBinding that applies to EncodingRule s. |
MessageRuleBinding |
A
RuleBinding that applies to MessageRule s. |
NoValidation |
A
ValidationContext with no validation initially defined. |
PrimitiveTypeRuleBinding |
A
RuleBinding that applies to PrimitiveTypeRule s. |
RegexPrimitiveRule | Deprecated
use
BuilderSupport.matches(String) instead |
RuleBinding<T extends Rule<?>> |
An association between a type of item to be validated (eg a datatype or
message) and a validation
Rule . |
RuleSupport<T> | |
SimpleValidationExceptionHandler |
A very simple example of a validation handler that simply returns a boolean
value as validation
result . |
SizeRule | Deprecated
use
BuilderSupport#maxLength() instead |
TrimLeadingWhitespace | Deprecated
use
PrimitiveRuleBuilder.leftTrim() instead |
TrimTrailingWhitespace | Deprecated
use
PrimitiveRuleBuilder.leftTrim() instead |
ValidationContextFactory |
The
ValidationContext returned by getContext() is
determined by the system property "ca.uhn.hl7v2.validation.context_class". |
ValidationContextImpl |
A default implementation of
ValidationContext . |
WithdrawnDatatypeRule | Deprecated
use
BuilderSupport.withdrawn() instead |
XMLSchemaRule |
Validates HL7 version 2 messages encoded according to the HL7 XML Encoding Syntax against XML
schemas provided by hl7.org.
|
Copyright © 2001–2017 University Health Network. All rights reserved.