Package org.hl7.fhir.dstu3.terminologies
Class ValueSetExpanderSimple
- java.lang.Object
-
- org.hl7.fhir.dstu3.terminologies.ValueSetExpanderSimple
-
- All Implemented Interfaces:
ValueSetExpander
public class ValueSetExpanderSimple extends Object implements ValueSetExpander
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hl7.fhir.dstu3.terminologies.ValueSetExpander
ValueSetExpander.ETooCostly, ValueSetExpander.TerminologyServiceErrorClass, ValueSetExpander.ValueSetExpansionOutcome
-
-
Constructor Summary
Constructors Constructor Description ValueSetExpanderSimple(IWorkerContext context, ValueSetExpanderFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueSetExpander.ValueSetExpansionOutcomeexpand(ValueSet source, ExpansionProfile profile)voidsetMaxExpansionSize(int theMaxExpansionSize)
-
-
-
Constructor Detail
-
ValueSetExpanderSimple
public ValueSetExpanderSimple(IWorkerContext context, ValueSetExpanderFactory factory)
-
-
Method Detail
-
setMaxExpansionSize
public void setMaxExpansionSize(int theMaxExpansionSize)
-
expand
public ValueSetExpander.ValueSetExpansionOutcome expand(ValueSet source, ExpansionProfile profile)
- Specified by:
expandin interfaceValueSetExpander- Parameters:
source- the value set definition to expandprofile- a profile affecting the outcome. If you don't supply a profile, the default internal expansion profile will be used.- Returns:
-
-