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