Uses of Class
ca.uhn.fhir.validation.FhirValidator
-
Packages that use FhirValidator Package Description ca.uhn.fhir.context ca.uhn.fhir.validation -
-
Uses of FhirValidator in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return FhirValidator Modifier and Type Method Description FhirValidatorFhirContext. newValidator()Create a new validator instance. -
Uses of FhirValidator in ca.uhn.fhir.validation
Methods in ca.uhn.fhir.validation that return FhirValidator Modifier and Type Method Description FhirValidatorFhirValidator. registerValidatorModule(IValidatorModule theValidator)Add a new validator module to this validator.FhirValidatorFhirValidator. setValidateAgainstStandardSchema(boolean theValidateAgainstStandardSchema)Should the validator validate the resource against the base schema (the schema provided with the FHIR distribution itself)FhirValidatorFhirValidator. setValidateAgainstStandardSchematron(boolean theValidateAgainstStandardSchematron)Should the validator validate the resource against the base schematron (the schematron provided with the FHIR distribution itself)
-