Uses of Class
com.ibm.fhir.model.resource.CodeSystem.Filter
-
Packages that use CodeSystem.Filter Package Description com.ibm.fhir.model.resource -
-
Uses of CodeSystem.Filter in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CodeSystem.Filter Modifier and Type Method Description CodeSystem.FilterCodeSystem.Filter.Builder. build()Build theCodeSystem.FilterMethods in com.ibm.fhir.model.resource that return types with arguments of type CodeSystem.Filter Modifier and Type Method Description List<CodeSystem.Filter>CodeSystem. getFilter()A filter that can be used in a value set compose statement when selecting concepts using a filter.Methods in com.ibm.fhir.model.resource with parameters of type CodeSystem.Filter Modifier and Type Method Description CodeSystem.BuilderCodeSystem.Builder. filter(CodeSystem.Filter... filter)A filter that can be used in a value set compose statement when selecting concepts using a filter.protected CodeSystem.Filter.BuilderCodeSystem.Filter.Builder. from(CodeSystem.Filter filter)Method parameters in com.ibm.fhir.model.resource with type arguments of type CodeSystem.Filter Modifier and Type Method Description CodeSystem.BuilderCodeSystem.Builder. filter(Collection<CodeSystem.Filter> filter)A filter that can be used in a value set compose statement when selecting concepts using a filter.
-