Uses of Class
com.ibm.fhir.model.resource.ValueSet.Expansion
-
Packages that use ValueSet.Expansion Package Description com.ibm.fhir.model.resource com.ibm.fhir.term.util -
-
Uses of ValueSet.Expansion in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ValueSet.Expansion Modifier and Type Method Description ValueSet.ExpansionValueSet.Expansion.Builder. build()Build theValueSet.ExpansionValueSet.ExpansionValueSet. getExpansion()A value set can also be "expanded", where the value set is turned into a simple collection of enumerated codes.Methods in com.ibm.fhir.model.resource with parameters of type ValueSet.Expansion Modifier and Type Method Description ValueSet.BuilderValueSet.Builder. expansion(ValueSet.Expansion expansion)A value set can also be "expanded", where the value set is turned into a simple collection of enumerated codes.protected ValueSet.Expansion.BuilderValueSet.Expansion.Builder. from(ValueSet.Expansion expansion) -
Uses of ValueSet.Expansion in com.ibm.fhir.term.util
Methods in com.ibm.fhir.term.util with parameters of type ValueSet.Expansion Modifier and Type Method Description static List<ValueSet.Expansion.Contains>ValueSetSupport. getContains(ValueSet.Expansion expansion)Get a list containingValueSet.Expansion.Containsinstances where all structural hierarchies have been flattened.
-