Package org.hl7.fhir.r4b.terminologies
Interface ValueSetExpander
-
- All Known Implementing Classes:
ValueSetExpanderSimple,ValueSetExpansionCache.CacheAwareExpander
public interface ValueSetExpander
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classValueSetExpander.ETooCostlystatic classValueSetExpander.TerminologyServiceErrorClassstatic classValueSetExpander.ValueSetExpansionOutcomeSome value sets are just too big to expand.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueSetExpander.ValueSetExpansionOutcomeexpand(ValueSet source, Parameters parameters)
-
-
-
Method Detail
-
expand
ValueSetExpander.ValueSetExpansionOutcome expand(ValueSet source, Parameters parameters) throws ValueSetExpander.ETooCostly, FileNotFoundException, IOException
- Parameters:
source- the value set definition to expandprofile- a set of parameters affecting the outcome. If you don't supply parameters, the default internal parameters will be used.- Returns:
- Throws:
ValueSetExpander.ETooCostlyFileNotFoundExceptionIOException
-
-