Package org.hl7.fhir.dstu2.terminologies
Class ValueSetExpanderSimple
- java.lang.Object
-
- org.hl7.fhir.dstu2.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.dstu2.terminologies.ValueSetExpander
ValueSetExpander.ETooCostly, 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)
-
-
-
Constructor Detail
-
ValueSetExpanderSimple
public ValueSetExpanderSimple(IWorkerContext context, ValueSetExpanderFactory factory)
-
-
Method Detail
-
expand
public ValueSetExpander.ValueSetExpansionOutcome expand(ValueSet source)
- Specified by:
expandin interfaceValueSetExpander
-
-