Package ca.uhn.fhir.jpa.validation
Class JpaValidationSupportChain
java.lang.Object
org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain
ca.uhn.fhir.jpa.validation.JpaValidationSupportChain
- All Implemented Interfaces:
ca.uhn.fhir.context.support.IValidationSupport
public class JpaValidationSupportChain
extends org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain
-
Nested Class Summary
Nested classes/interfaces inherited from interface ca.uhn.fhir.context.support.IValidationSupport
ca.uhn.fhir.context.support.IValidationSupport.BaseConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.CodeValidationResult, ca.uhn.fhir.context.support.IValidationSupport.CodingConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.ConceptDesignation, ca.uhn.fhir.context.support.IValidationSupport.IssueSeverity, ca.uhn.fhir.context.support.IValidationSupport.LookupCodeResult, ca.uhn.fhir.context.support.IValidationSupport.StringConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.TranslateCodeRequest, ca.uhn.fhir.context.support.IValidationSupport.ValueSetExpansionOutcome -
Field Summary
FieldsModifier and TypeFieldDescriptionca.uhn.fhir.context.support.IValidationSupportFields inherited from interface ca.uhn.fhir.context.support.IValidationSupport
URL_PREFIX_VALUE_SET -
Constructor Summary
ConstructorsConstructorDescriptionJpaValidationSupportChain(ca.uhn.fhir.context.FhirContext theFhirContext) Constructor -
Method Summary
Methods inherited from class org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain
addValidationSupport, addValidationSupport, expandValueSet, fetchAllConformanceResources, fetchAllNonBaseStructureDefinitions, fetchAllStructureDefinitions, fetchBinary, fetchCodeSystem, fetchResource, fetchStructureDefinition, fetchValueSet, generateSnapshot, invalidateCaches, isCodeSystemSupported, isRemoteTerminologyServiceConfigured, isValueSetSupported, lookupCode, removeValidationSupport, translateConcept, validateCode, validateCodeInValueSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.fhir.context.support.IValidationSupport
expandValueSet, fetchAllSearchParameters, isEnabledValidationForCodingsLogicalAnd, lookupCode
-
Field Details
-
myJpaValidationSupport
@Autowired @Qualifier("myJpaValidationSupport") public ca.uhn.fhir.context.support.IValidationSupport myJpaValidationSupport
-
-
Constructor Details
-
JpaValidationSupportChain
Constructor
-
-
Method Details
-
getFhirContext
- Specified by:
getFhirContextin interfaceca.uhn.fhir.context.support.IValidationSupport- Overrides:
getFhirContextin classorg.hl7.fhir.common.hapi.validation.support.ValidationSupportChain
-
flush
-
postConstruct
-