| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.hapi.validation |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProfileValidationSupport |
class |
PrePopulatedValidationSupport
This class is an implementation of
IValidationSupport which may be pre-populated
with a collection of validation resources to be used by the validator. |
class |
ValidationSupportChain |
| Modifier and Type | Method and Description |
|---|---|
IValidationSupport |
FhirInstanceValidator.getValidationSupport()
Returns the
validation support in use by this validator. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationSupportChain.addValidationSupport(IValidationSupport theValidationSupport) |
void |
FhirInstanceValidator.setValidationSupport(IValidationSupport theValidationSupport)
Sets the
validation support in use by this validator. |
| Constructor and Description |
|---|
FhirInstanceValidator(IValidationSupport theValidationSupport)
Constructor which uses the given validation support
|
HapiWorkerContext(FhirContext theCtx,
IValidationSupport theValidationSupport) |
ValidationSupportChain(IValidationSupport... theValidationSupportModules)
Constructor
|
Copyright © 2014–2017 University Health Network. All rights reserved.