Package org.hl7.fhir.r4.terminologies
Class ValueSetExpansionCache.CacheAwareExpander
java.lang.Object
org.hl7.fhir.r4.terminologies.ValueSetExpansionCache.CacheAwareExpander
- All Implemented Interfaces:
ValueSetExpander
- Enclosing class:
ValueSetExpansionCache
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hl7.fhir.r4.terminologies.ValueSetExpander
ValueSetExpander.ETooCostly, ValueSetExpander.TerminologyServiceErrorClass, ValueSetExpander.ValueSetExpansionOutcome
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CacheAwareExpander
public CacheAwareExpander()
-
-
Method Details
-
expand
public ValueSetExpander.ValueSetExpansionOutcome expand(ValueSet source, Parameters expParams) throws ValueSetExpander.ETooCostly, IOException - Specified by:
expand
in interfaceValueSetExpander
- Parameters:
source
- the value set definition to expand- Returns:
- Throws:
ValueSetExpander.ETooCostly
IOException
-