Uses of Interface
org.hl7.fhir.dstu3.utils.validation.IResourceValidator
-
Packages that use IResourceValidator Package Description org.hl7.fhir.dstu3.context org.hl7.fhir.dstu3.utils.validation -
-
Uses of IResourceValidator in org.hl7.fhir.dstu3.context
Methods in org.hl7.fhir.dstu3.context that return IResourceValidator Modifier and Type Method Description IResourceValidatorSimpleWorkerContext.IValidatorFactory. makeValidator(IWorkerContext ctxts)IResourceValidatorIWorkerContext. newValidator()Get a validator that can check whether a resource is validIResourceValidatorSimpleWorkerContext. newValidator() -
Uses of IResourceValidator in org.hl7.fhir.dstu3.utils.validation
Methods in org.hl7.fhir.dstu3.utils.validation that return IResourceValidator Modifier and Type Method Description IResourceValidatorIResourceValidator. setBestPracticeWarningLevel(BestPracticeWarningLevel value)IResourceValidatorIResourceValidator. setFetcher(IValidatorResourceFetcher value)IResourceValidatorIResourceValidator. setNoBindingMsgSuppressed(boolean noBindingMsgSuppressed)IResourceValidatorIResourceValidator. setNoInvariantChecks(boolean value)IResourceValidatorIResourceValidator. setNoTerminologyChecks(boolean noTerminologyChecks)IResourceValidatorIResourceValidator. setPolicyAdvisor(IValidationPolicyAdvisor advisor)Methods in org.hl7.fhir.dstu3.utils.validation with parameters of type IResourceValidator Modifier and Type Method Description ReferenceValidationPolicyIValidationPolicyAdvisor. policyForContained(IResourceValidator validator, Object appContext, String containerType, String containerId, Element.SpecialElement containingResourceType, String path, String url)ReferenceValidationPolicyIValidationPolicyAdvisor. policyForReference(IResourceValidator validator, Object appContext, String path, String url)
-