Uses of Class
ca.uhn.fhir.validation.FhirValidator
Packages that use FhirValidator
-
Uses of FhirValidator in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return FhirValidator -
Uses of FhirValidator in ca.uhn.fhir.validation
Methods in ca.uhn.fhir.validation that return FhirValidatorModifier and TypeMethodDescriptionFhirValidator.registerValidatorModule(IValidatorModule theValidator)Add a new validator module to this validator.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)