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