
Package org.hl7.fhir.r4.terminologies
Class ValueSetExpanderSimple
java.lang.Object
org.hl7.fhir.r4.terminologies.ValueSetExpanderSimple
- All Implemented Interfaces:
ValueSetExpander
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hl7.fhir.r4.terminologies.ValueSetExpander
ValueSetExpander.ETooCostly, ValueSetExpander.TerminologyServiceErrorClass, ValueSetExpander.ValueSetExpansionOutcome -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoExpand(ValueSet source, Parameters expParams) voiddoInternalIncludeCodes(ValueSet.ConceptSetComponent inc, List<ValueSet.ValueSetExpansionParameterComponent> params, Parameters expParams, List<ValueSet> imports, CodeSystem cs) expand(ValueSet source, Parameters expParams) voidsetMaxExpansionSize(int theMaxExpansionSize)
-
Constructor Details
-
ValueSetExpanderSimple
-
-
Method Details
-
setMaxExpansionSize
-
expand
- Specified by:
expandin interfaceValueSetExpander- Parameters:
source- the value set definition to expand- Returns:
-
doExpand
public ValueSetExpander.ValueSetExpansionOutcome doExpand(ValueSet source, Parameters expParams) throws org.hl7.fhir.exceptions.FHIRException, ValueSetExpander.ETooCostly, FileNotFoundException, IOException - Throws:
org.hl7.fhir.exceptions.FHIRExceptionValueSetExpander.ETooCostlyFileNotFoundExceptionIOException
-
doInternalIncludeCodes
public void doInternalIncludeCodes(ValueSet.ConceptSetComponent inc, List<ValueSet.ValueSetExpansionParameterComponent> params, Parameters expParams, List<ValueSet> imports, CodeSystem cs) throws org.hl7.fhir.exceptions.NoTerminologyServiceException, org.hl7.fhir.exceptions.TerminologyServiceException, org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.NoTerminologyServiceExceptionorg.hl7.fhir.exceptions.TerminologyServiceExceptionorg.hl7.fhir.exceptions.FHIRException
-