| Package | Description |
|---|---|
| ca.uhn.hl7v2.validation | |
| ca.uhn.hl7v2.validation.impl |
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RuleBinding<T extends Rule>
An association between a type of item to be validated (eg a datatype or
message) and a validation
Rule. |
| Modifier and Type | Class and Description |
|---|---|
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 |
WithdrawnDatatypeRule
Validation Rule which will not accept any content (i.e.
|
class |
XMLSchemaRule
Validate hl7 version 2 messages encoded according to the HL7 XML Encoding Syntax against xml schemas provided by hl7.org
|
Copyright © 2001-2012 University Health Network. All Rights Reserved.