Uses of Class
com.ibm.fhir.model.type.code.FilterOperator
-
Packages that use FilterOperator Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of FilterOperator in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return FilterOperator Modifier and Type Method Description FilterOperatorValueSet.Compose.Include.Filter. getOp()The kind of operation to perform as a part of the filter criteria.Methods in com.ibm.fhir.model.resource that return types with arguments of type FilterOperator Modifier and Type Method Description List<FilterOperator>CodeSystem.Filter. getOperator()A list of operators that can be used with the filter.Methods in com.ibm.fhir.model.resource with parameters of type FilterOperator Modifier and Type Method Description ValueSet.Compose.Include.Filter.BuilderValueSet.Compose.Include.Filter.Builder. op(FilterOperator op)The kind of operation to perform as a part of the filter criteria.CodeSystem.Filter.BuilderCodeSystem.Filter.Builder. operator(FilterOperator... operator)A list of operators that can be used with the filter.Method parameters in com.ibm.fhir.model.resource with type arguments of type FilterOperator Modifier and Type Method Description CodeSystem.Filter.BuilderCodeSystem.Filter.Builder. operator(Collection<FilterOperator> operator)A list of operators that can be used with the filter. -
Uses of FilterOperator in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as FilterOperator Modifier and Type Field Description static FilterOperatorFilterOperator. DESCENDENT_OFDescendent Of (by subsumption)static FilterOperatorFilterOperator. EQUALSEqualsstatic FilterOperatorFilterOperator. EXISTSExistsstatic FilterOperatorFilterOperator. GENERALIZESGeneralizes (by Subsumption)static FilterOperatorFilterOperator. INIn Setstatic FilterOperatorFilterOperator. IS_AIs A (by subsumption)static FilterOperatorFilterOperator. IS_NOT_ANot (Is A) (by subsumption)static FilterOperatorFilterOperator. NOT_INNot in Setstatic FilterOperatorFilterOperator. REGEXRegular ExpressionMethods in com.ibm.fhir.model.type.code that return FilterOperator Modifier and Type Method Description FilterOperatorFilterOperator.Builder. build()static FilterOperatorFilterOperator. of(FilterOperator.ValueSet value)Factory method for creating FilterOperator objects from a passed enum value.static FilterOperatorFilterOperator. of(String value)Factory method for creating FilterOperator objects from a passed string value.
-