Package org.hl7.fhir.dstu2.terminologies
Class ValueSetExpansionCache
- java.lang.Object
-
- org.hl7.fhir.dstu2.terminologies.ValueSetExpansionCache
-
- All Implemented Interfaces:
ValueSetExpanderFactory
public class ValueSetExpansionCache extends Object implements ValueSetExpanderFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classValueSetExpansionCache.CacheAwareExpander
-
Constructor Summary
Constructors Constructor Description ValueSetExpansionCache(IWorkerContext context)ValueSetExpansionCache(IWorkerContext context, String cacheFolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueSetExpandergetExpander()
-
-
-
Constructor Detail
-
ValueSetExpansionCache
public ValueSetExpansionCache(IWorkerContext context)
-
ValueSetExpansionCache
public ValueSetExpansionCache(IWorkerContext context, String cacheFolder) throws org.hl7.fhir.exceptions.FHIRFormatError, IOException
- Throws:
org.hl7.fhir.exceptions.FHIRFormatErrorIOException
-
-
Method Detail
-
getExpander
public ValueSetExpander getExpander()
- Specified by:
getExpanderin interfaceValueSetExpanderFactory
-
-