| Package | Description |
|---|---|
| ca.uhn.hl7v2.validation | |
| ca.uhn.hl7v2.validation.impl |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveTypeRule[] |
ValidationContext.getPrimitiveRules(String theVersion,
String theTypeName,
Primitive theType) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveTypeRule[] |
ValidationContextImpl.getPrimitiveRules(String theVersion,
String theTypeName,
Primitive theType) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleBinding<PrimitiveTypeRule>> |
ValidationContextImpl.getPrimitiveRuleBindings() |
| Constructor and Description |
|---|
PrimitiveTypeRuleBinding(String theVersion,
String theScope,
PrimitiveTypeRule theRule) |
Copyright © 2001-2012 University Health Network. All Rights Reserved.