Class BaseValidationSupport
- java.lang.Object
-
- org.hl7.fhir.common.hapi.validation.support.BaseValidationSupport
-
- All Implemented Interfaces:
ca.uhn.fhir.context.support.IValidationSupport
- Direct Known Subclasses:
BaseStaticResourceValidationSupport,BaseValidationSupportWrapper,RemoteTerminologyServiceValidationSupport
public abstract class BaseValidationSupport extends Object implements ca.uhn.fhir.context.support.IValidationSupport
-
-
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.ValueSetExpansionOutcome
-
-
Field Summary
Fields Modifier and Type Field Description protected ca.uhn.fhir.context.FhirContextmyCtx
-
Constructor Summary
Constructors Constructor Description BaseValidationSupport(ca.uhn.fhir.context.FhirContext theFhirContext)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ca.uhn.fhir.context.FhirContextgetFhirContext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ca.uhn.fhir.context.support.IValidationSupport
expandValueSet, fetchAllConformanceResources, fetchAllStructureDefinitions, fetchCodeSystem, fetchResource, fetchStructureDefinition, fetchValueSet, generateSnapshot, invalidateCaches, isCodeSystemSupported, isValueSetSupported, lookupCode, validateCode, validateCodeInValueSet
-
-
-
-
Field Detail
-
myCtx
protected final ca.uhn.fhir.context.FhirContext myCtx
-
-
Constructor Detail
-
BaseValidationSupport
public BaseValidationSupport(ca.uhn.fhir.context.FhirContext theFhirContext)
Constructor
-
-
Method Detail
-
getFhirContext
public ca.uhn.fhir.context.FhirContext getFhirContext()
- Specified by:
getFhirContextin interfaceca.uhn.fhir.context.support.IValidationSupport
-
-