Uses of Class
org.linuxforhealth.fhir.model.resource.ValueSet.Expansion
-
Packages that use ValueSet.Expansion Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.term.util -
-
Uses of ValueSet.Expansion in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.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 org.linuxforhealth.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)protected voidValueSet.Expansion.Builder. validate(ValueSet.Expansion expansion) -
Uses of ValueSet.Expansion in org.linuxforhealth.fhir.term.util
Methods in org.linuxforhealth.fhir.term.util with parameters of type ValueSet.Expansion Modifier and Type Method Description static java.util.List<ValueSet.Expansion.Contains>ValueSetSupport. getContains(ValueSet.Expansion expansion)Get a list containingValueSet.Expansion.Containsinstances where all structural hierarchies have been flattened.
-