public class SchemaBaseValidator extends Object implements IValidatorModule
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCES_JAR_NOTE |
| Constructor and Description |
|---|
SchemaBaseValidator(FhirContext theContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
validateResource(IValidationContext<IBaseResource> theContext)
Validate the actual resource.
|
public static final String RESOURCES_JAR_NOTE
public SchemaBaseValidator(FhirContext theContext)
public void validateResource(IValidationContext<IBaseResource> theContext)
IValidatorModuleIValidationContext can be used to access the resource being validated,
and is populated with the results.validateResource in interface IValidatorModuleCopyright © 2014–2017 University Health Network. All rights reserved.