Uses of Class
ca.uhn.fhir.validation.FhirValidator
-
Uses of FhirValidator in ca.uhn.fhir.context
Modifier and TypeMethodDescriptionIFhirValidatorFactory.newFhirValidator
(FhirContext theFhirContext) FhirContext.newValidator()
Create a new validator instance. -
Uses of FhirValidator in ca.uhn.fhir.validation
Modifier and TypeMethodDescriptionFhirValidator.registerValidatorModule
(IValidatorModule theValidator) Add a new validator module to this validator.FhirValidator.setConcurrentBundleValidation
(boolean theConcurrentBundleValidation) If this is true, bundles will be validated in parallel threads.FhirValidator.setExecutorService
(ExecutorService theExecutorService) FhirValidator.setSkipContainedReferenceValidation
(boolean theSkipContainedReferenceValidation) If this is true, any resource that has contained resources will first be deep-copied and then the contained resources remove from the copy and this copy without contained resources will be validated.FhirValidator.setValidateAgainstStandardSchema
(boolean theValidateAgainstStandardSchema) Should the validator validate the resource against the base schema (the schema provided with the FHIR distribution itself)FhirValidator.setValidateAgainstStandardSchematron
(boolean theValidateAgainstStandardSchematron) Should the validator validate the resource against the base schematron (the schematron provided with the FHIR distribution itself)