Uses of Class
org.hl7.fhir.r4.model.codesystems.FilterOperator
-
Packages that use FilterOperator Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of FilterOperator in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return FilterOperator Modifier and Type Method Description static FilterOperatorFilterOperator. fromCode(String codeString)FilterOperatorFilterOperatorEnumFactory. fromCode(String codeString)static FilterOperatorFilterOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterOperator[]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.codesystems with parameters of type FilterOperator Modifier and Type Method Description StringFilterOperatorEnumFactory. toCode(FilterOperator code)StringFilterOperatorEnumFactory. toSystem(FilterOperator code)
-