Package org.hl7.fhir.dstu3.terminologies
Class ValueSetExpanderSimple
java.lang.Object
org.hl7.fhir.dstu3.terminologies.ValueSetExpanderSimple
- All Implemented Interfaces:
ValueSetExpander
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hl7.fhir.dstu3.terminologies.ValueSetExpander
ValueSetExpander.ETooCostly, ValueSetExpander.TerminologyServiceErrorClass, ValueSetExpander.ValueSetExpansionOutcome
-
Constructor Summary
ConstructorDescriptionValueSetExpanderSimple
(IWorkerContext context, ValueSetExpanderFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionexpand
(ValueSet source, ExpansionProfile profile) void
setMaxExpansionSize
(int theMaxExpansionSize)
-
Constructor Details
-
ValueSetExpanderSimple
-
-
Method Details
-
setMaxExpansionSize
-
expand
- Specified by:
expand
in 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:
-