Uses of Class
com.ibm.fhir.model.resource.ValueSet.Compose
-
Packages that use ValueSet.Compose Package Description com.ibm.fhir.model.resource -
-
Uses of ValueSet.Compose in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.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)
-