|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 with type parameters of type Rule | |
|---|---|
class |
RuleBinding<T extends Rule>
An association between a type of item to be validated (eg a datatype or message) and a validation Rule. |
| 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 |
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||