| 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 <T extends IBaseResource> |
ValidationContext.forResource(FhirContext theContext,
T theResource,
ValidationOptions theOptions) |
static IValidationContext<IBaseResource> |
ValidationContext.forText(FhirContext theContext,
String theResourceBody,
ValidationOptions theOptions) |
static IValidationContext<IBaseResource> |
ValidationContext.subContext(IValidationContext<IBaseResource> theCtx,
IBaseResource theResource,
ValidationOptions theOptions) |
| Modifier and Type | Method and Description |
|---|---|
static IValidationContext<IBaseResource> |
ValidationContext.subContext(IValidationContext<IBaseResource> theCtx,
IBaseResource theResource,
ValidationOptions theOptions) |
void |
SchemaBaseValidator.validateResource(IValidationContext<IBaseResource> theContext) |
void |
IValidatorModule.validateResource(IValidationContext<IBaseResource> theCtx)
Validate the actual resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchematronBaseValidator.validateResource(IValidationContext<IBaseResource> theCtx) |
Copyright © 2014–2019 University Health Network. All rights reserved.