Uses of Class
org.hl7.fhir.r4.model.Enumerations.KnowledgeResourceType
-
Packages that use Enumerations.KnowledgeResourceType Package Description org.hl7.fhir.r4.model -
-
Uses of Enumerations.KnowledgeResourceType in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return Enumerations.KnowledgeResourceType Modifier and Type Method Description static Enumerations.KnowledgeResourceTypeEnumerations.KnowledgeResourceType. fromCode(String codeString)Enumerations.KnowledgeResourceTypeEnumerations.KnowledgeResourceTypeEnumFactory. fromCode(String codeString)static Enumerations.KnowledgeResourceTypeEnumerations.KnowledgeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.KnowledgeResourceType[]Enumerations.KnowledgeResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Enumerations.KnowledgeResourceType Modifier and Type Method Description Enumeration<Enumerations.KnowledgeResourceType>Enumerations.KnowledgeResourceTypeEnumFactory. fromType(Base code)Methods in org.hl7.fhir.r4.model with parameters of type Enumerations.KnowledgeResourceType Modifier and Type Method Description StringEnumerations.KnowledgeResourceTypeEnumFactory. toCode(Enumerations.KnowledgeResourceType code)StringEnumerations.KnowledgeResourceTypeEnumFactory. toSystem(Enumerations.KnowledgeResourceType code)
-