Uses of Class
org.linuxforhealth.fhir.validation.exception.FHIRValidationException
-
Packages that use FHIRValidationException Package Description org.linuxforhealth.fhir.bucket.scanner org.linuxforhealth.fhir.bulkdata.common org.linuxforhealth.fhir.validation -
-
Uses of FHIRValidationException in org.linuxforhealth.fhir.bucket.scanner
Methods in org.linuxforhealth.fhir.bucket.scanner that throw FHIRValidationException Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
BaseFileReader. validateInput(Resource resource)
Validate the input resource and throw if there are validation errorsjava.util.List<OperationOutcome.Issue>
ImmediateLocalFileReader. validateInput(Resource resource)
Validate the input resource and throw if there are validation errors -
Uses of FHIRValidationException in org.linuxforhealth.fhir.bulkdata.common
Methods in org.linuxforhealth.fhir.bulkdata.common that throw FHIRValidationException Modifier and Type Method Description static java.util.List<OperationOutcome.Issue>
BulkDataUtils. validateInput(Resource resource)
Validate the input resource and throw if there are validation errors -
Uses of FHIRValidationException in org.linuxforhealth.fhir.validation
Methods in org.linuxforhealth.fhir.validation that throw FHIRValidationException Modifier and Type Method Description java.util.List<OperationOutcome.Issue>
FHIRValidator. validate(Resource resource, boolean includeResourceAssertedProfiles, java.lang.String... profiles)
Validate aResource
against constraints in the base specification and resource-asserted profile references and/or specific profile references.java.util.List<OperationOutcome.Issue>
FHIRValidator. validate(Resource resource, java.lang.String... profiles)
Validate aResource
against constraints in the base specification and resource-asserted profile references or specific profile references but not both.java.util.List<OperationOutcome.Issue>
FHIRValidator. validate(FHIRPathEvaluator.EvaluationContext evaluationContext, boolean includeResourceAssertedProfiles, java.lang.String... profiles)
Validate a resource, using anFHIRPathEvaluator.EvaluationContext
, against constraints in the base specification and resource-asserted profile references and/or specific profile references.java.util.List<OperationOutcome.Issue>
FHIRValidator. validate(FHIRPathEvaluator.EvaluationContext evaluationContext, java.lang.String... profiles)
Validate a resource, using anFHIRPathEvaluator.EvaluationContext
, against constraints in the base specification and resource-asserted profile references or specific profile references but not both.
-