Package org.hl7.fhir.dstu2.terminologies
Class ValueSetExpansionCache.CacheAwareExpander
- java.lang.Object
-
- org.hl7.fhir.dstu2.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.dstu2.terminologies.ValueSetExpander
ValueSetExpander.ETooCostly, 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)
-
-
-
Constructor Detail
-
CacheAwareExpander
public CacheAwareExpander()
-
-
Method Detail
-
expand
public ValueSetExpander.ValueSetExpansionOutcome expand(ValueSet source) throws ValueSetExpander.ETooCostly, IOException
- Specified by:
expandin interfaceValueSetExpander- Throws:
ValueSetExpander.ETooCostlyIOException
-
-