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