Uses of Class
com.ibm.fhir.model.resource.ValueSet.Compose.Include.Filter
-
Packages that use ValueSet.Compose.Include.Filter Package Description com.ibm.fhir.model.resource -
-
Uses of ValueSet.Compose.Include.Filter in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ValueSet.Compose.Include.Filter Modifier and Type Method Description ValueSet.Compose.Include.FilterValueSet.Compose.Include.Filter.Builder. build()Build theValueSet.Compose.Include.FilterMethods in com.ibm.fhir.model.resource that return types with arguments of type ValueSet.Compose.Include.Filter Modifier and Type Method Description List<ValueSet.Compose.Include.Filter>ValueSet.Compose.Include. getFilter()Select concepts by specify a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system.Methods in com.ibm.fhir.model.resource with parameters of type ValueSet.Compose.Include.Filter Modifier and Type Method Description ValueSet.Compose.Include.BuilderValueSet.Compose.Include.Builder. filter(ValueSet.Compose.Include.Filter... filter)Select concepts by specify a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system.protected ValueSet.Compose.Include.Filter.BuilderValueSet.Compose.Include.Filter.Builder. from(ValueSet.Compose.Include.Filter filter)Method parameters in com.ibm.fhir.model.resource with type arguments of type ValueSet.Compose.Include.Filter Modifier and Type Method Description ValueSet.Compose.Include.BuilderValueSet.Compose.Include.Builder. filter(Collection<ValueSet.Compose.Include.Filter> filter)Select concepts by specify a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system.
-