| Package | Description |
|---|---|
| ca.uhn.hl7v2.validation | |
| ca.uhn.hl7v2.validation.impl |
| Modifier and Type | Method and Description |
|---|---|
ValidationException[] |
MessageRule.test(Message msg)
Tests the given (fully populated) message against the criteria
defined by this rule class.
|
ValidationException[] |
EncodingRule.test(String msg)
Tests the given encoded message text against the criteria
defined by this rule class.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException[] |
ConformanceProfileRule.test(Message msg) |
ValidationException[] |
XMLSchemaRule.test(String msg)
Test/validate a given xml document against a hl7 v2.xml schema.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationContext |
ValidationContextFactory.customValidation(String contextClassName) |
static ValidationContext |
ValidationContextFactory.getContext()
Returns a singleton
ValidationContext, creating it if necessary. |
Copyright © 2001-2012 University Health Network. All Rights Reserved.