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
public class ValueSetExpansionCache.CacheAwareExpander extends Object implements ValueSetExpander
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hl7.fhir.r4.terminologies.ValueSetExpander
ValueSetExpander.ETooCostly, ValueSetExpander.TerminologyServiceErrorClass, ValueSetExpander.ValueSetExpansionOutcome
-
-
Constructor Summary
Constructors Constructor Description CacheAwareExpander()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueSetExpander.ValueSetExpansionOutcomeexpand(ValueSet source, Parameters expParams)
-
-
-
Constructor Detail
-
CacheAwareExpander
public CacheAwareExpander()
-
-
Method Detail
-
expand
public ValueSetExpander.ValueSetExpansionOutcome expand(ValueSet source, Parameters expParams) throws ValueSetExpander.ETooCostly, IOException
- Specified by:
expandin interfaceValueSetExpander- Parameters:
source- the value set definition to expand- Returns:
- Throws:
ValueSetExpander.ETooCostlyFileNotFoundExceptionIOException
-
-