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