public interface IValidatorModule
| Modifier and Type | Method and Description |
|---|---|
void |
validateBundle(IValidationContext<Bundle> theContext)
This method applies only to DSTU1 Atom Bundles.
|
void |
validateResource(IValidationContext<IBaseResource> theCtx)
Validate the actual resource.
|
void validateResource(IValidationContext<IBaseResource> theCtx)
IValidationContext can be used to access the resource being validated,
and is populated with the results.void validateBundle(IValidationContext<Bundle> theContext)
validateResource(IValidationContext) inclusing DSTU2+ Bundle resources. If you
will not be validating DSTU1 Bundles, you may implement this method as
a NO-OP.Copyright © 2014–2016 University Health Network. All rights reserved.