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