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