| Package | Description |
|---|---|
| ca.uhn.hl7v2.validation | |
| ca.uhn.hl7v2.validation.builder | |
| ca.uhn.hl7v2.validation.impl |
| Modifier and Type | Method and Description |
|---|---|
Collection<PrimitiveTypeRule> |
ValidationContext.getPrimitiveRules(String theVersion,
String theTypeName,
Primitive theType) |
| Modifier and Type | Class and Description |
|---|---|
class |
PredicatePrimitiveTypeRule
Abstract base class for PrimitiveTypeRules that validate using predicates
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<RuleBinding<PrimitiveTypeRule>> |
PrimitiveRuleBuilder.getRuleBindings(PrimitiveTypeRule rule,
String version) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<RuleBinding<PrimitiveTypeRule>> |
PrimitiveRuleBuilder.getRuleBindings(PrimitiveTypeRule rule,
String version) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPrimitiveTypeRule
Abstract base class for primitive rules
|
class |
RegexPrimitiveRule
Deprecated.
use
BuilderSupport.matches(String) instead |
class |
SizeRule
Deprecated.
use
BuilderSupport#maxLength() instead |
class |
TrimLeadingWhitespace
Deprecated.
use
PrimitiveRuleBuilder.leftTrim() instead |
class |
TrimTrailingWhitespace
Deprecated.
use
PrimitiveRuleBuilder.leftTrim() instead |
class |
WithdrawnDatatypeRule
Deprecated.
use
BuilderSupport.withdrawn() instead |
| Modifier and Type | Method and Description |
|---|---|
List<RuleBinding<PrimitiveTypeRule>> |
ValidationContextImpl.getPrimitiveRuleBindings() |
Collection<PrimitiveTypeRule> |
ValidationContextImpl.getPrimitiveRules(String theVersion,
String theTypeName,
Primitive theType) |
| Constructor and Description |
|---|
PrimitiveTypeRuleBinding(String theVersion,
String theScope,
PrimitiveTypeRule theRule) |
Copyright © 2001-2013 University Health Network. All Rights Reserved.