
Package org.hl7.fhir.dstu3.terminologies
Interface ValueSetExpander
- All Known Implementing Classes:
ValueSetExpanderSimple
,ValueSetExpansionCache.CacheAwareExpander
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Deprecated.static enum
Deprecated.static class
Deprecated.Some value sets are just too big to expand. -
Method Summary
-
Method Details
-
expand
ValueSetExpander.ValueSetExpansionOutcome expand(ValueSet source, ExpansionProfile profile) throws ValueSetExpander.ETooCostly, FileNotFoundException, IOException Deprecated.- 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:
- Throws:
ValueSetExpander.ETooCostly
FileNotFoundException
IOException
-