Uses of Class
com.ibm.fhir.validation.exception.FHIRValidationException
- 
Packages that use FHIRValidationException Package Description com.ibm.fhir.bucket.scanner com.ibm.fhir.bulkdata.common com.ibm.fhir.validation  - 
- 
Uses of FHIRValidationException in com.ibm.fhir.bucket.scanner
Methods in com.ibm.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 com.ibm.fhir.bulkdata.common
Methods in com.ibm.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 com.ibm.fhir.validation
Methods in com.ibm.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 aResourceagainst 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 aResourceagainst 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. 
 -