| Package | Description |
|---|---|
| ca.uhn.fhir.validation | |
| ca.uhn.fhir.validation.schematron |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationContext<T> |
| Modifier and Type | Method and Description |
|---|---|
static IValidationContext<Bundle> |
ValidationContext.forBundle(FhirContext theContext,
Bundle theBundle) |
static <T extends IBaseResource> |
ValidationContext.forResource(FhirContext theContext,
T theResource) |
static IValidationContext<IBaseResource> |
ValidationContext.forText(FhirContext theContext,
String theResourceBody) |
static IValidationContext<IBaseResource> |
ValidationContext.newChild(IValidationContext<Bundle> theContext,
IResource theResource) |
| Modifier and Type | Method and Description |
|---|---|
static IValidationContext<IBaseResource> |
ValidationContext.newChild(IValidationContext<Bundle> theContext,
IResource theResource) |
void |
SchemaBaseValidator.validateBundle(IValidationContext<Bundle> theContext) |
void |
IValidatorModule.validateBundle(IValidationContext<Bundle> theContext)
This method applies only to DSTU1 Atom Bundles.
|
void |
SchemaBaseValidator.validateResource(IValidationContext<IBaseResource> theContext) |
void |
IValidatorModule.validateResource(IValidationContext<IBaseResource> theCtx)
Validate the actual resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchematronBaseValidator.validateBundle(IValidationContext<Bundle> theContext) |
void |
SchematronBaseValidator.validateResource(IValidationContext<IBaseResource> theCtx) |
Copyright © 2014–2016 University Health Network. All rights reserved.