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.Expansion
ValueSet.Expansion.Builder. build()
Build theValueSet.Expansion
ValueSet.Expansion
ValueSet. 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.Builder
ValueSet.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.Builder
ValueSet.Expansion.Builder. from(ValueSet.Expansion expansion)
protected void
ValueSet.Expansion.Builder. validate(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.Contains
instances where all structural hierarchies have been flattened.
-