Uses of Class
org.hl7.fhir.r4.model.CodeSystem.FilterOperator
-
Packages that use CodeSystem.FilterOperator Package Description org.hl7.fhir.r4.model -
-
Uses of CodeSystem.FilterOperator in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CodeSystem.FilterOperator Modifier and Type Field Description protected List<Enumeration<CodeSystem.FilterOperator>>CodeSystem.CodeSystemFilterComponent. operatorA list of operators that can be used with the filter.Methods in org.hl7.fhir.r4.model that return CodeSystem.FilterOperator Modifier and Type Method Description static CodeSystem.FilterOperatorCodeSystem.FilterOperator. fromCode(String codeString)CodeSystem.FilterOperatorCodeSystem.FilterOperatorEnumFactory. fromCode(String codeString)static CodeSystem.FilterOperatorCodeSystem.FilterOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static CodeSystem.FilterOperator[]CodeSystem.FilterOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type CodeSystem.FilterOperator Modifier and Type Method Description Enumeration<CodeSystem.FilterOperator>CodeSystem.CodeSystemFilterComponent. addOperatorElement()Enumeration<CodeSystem.FilterOperator>CodeSystem.FilterOperatorEnumFactory. fromType(Base code)List<Enumeration<CodeSystem.FilterOperator>>CodeSystem.CodeSystemFilterComponent. getOperator()Methods in org.hl7.fhir.r4.model with parameters of type CodeSystem.FilterOperator Modifier and Type Method Description CodeSystem.CodeSystemFilterComponentCodeSystem.CodeSystemFilterComponent. addOperator(CodeSystem.FilterOperator value)booleanCodeSystem.CodeSystemFilterComponent. hasOperator(CodeSystem.FilterOperator value)StringCodeSystem.FilterOperatorEnumFactory. toCode(CodeSystem.FilterOperator code)StringCodeSystem.FilterOperatorEnumFactory. toSystem(CodeSystem.FilterOperator code)Method parameters in org.hl7.fhir.r4.model with type arguments of type CodeSystem.FilterOperator Modifier and Type Method Description CodeSystem.CodeSystemFilterComponentCodeSystem.CodeSystemFilterComponent. setOperator(List<Enumeration<CodeSystem.FilterOperator>> theOperator)
-