Uses of Class
org.linuxforhealth.fhir.model.resource.ValueSet.Compose
-
Packages that use ValueSet.Compose Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ValueSet.Compose in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ValueSet.Compose Modifier and Type Method Description ValueSet.Compose
ValueSet.Compose.Builder. build()
Build theValueSet.Compose
ValueSet.Compose
ValueSet. getCompose()
A set of criteria that define the contents of the value set by including or excluding codes selected from the specified code system(s) that the value set draws from.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ValueSet.Compose Modifier and Type Method Description ValueSet.Builder
ValueSet.Builder. compose(ValueSet.Compose compose)
A set of criteria that define the contents of the value set by including or excluding codes selected from the specified code system(s) that the value set draws from.protected ValueSet.Compose.Builder
ValueSet.Compose.Builder. from(ValueSet.Compose compose)
protected void
ValueSet.Compose.Builder. validate(ValueSet.Compose compose)
-