Uses of Enum
org.hl7.fhir.r4.model.AllergyIntolerance.AllergyIntoleranceCategory
-
Uses of AllergyIntolerance.AllergyIntoleranceCategory in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionAllergyIntolerance.category
Category of the identified substance.Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.AllergyIntolerance.AllergyIntoleranceCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAllergyIntolerance.addCategoryElement()
AllergyIntolerance.AllergyIntoleranceCategoryEnumFactory.fromType
(PrimitiveType<?> code) AllergyIntolerance.getCategory()
Modifier and TypeMethodDescriptionAllergyIntolerance.addCategory
(AllergyIntolerance.AllergyIntoleranceCategory value) boolean
AllergyIntolerance.hasCategory
(AllergyIntolerance.AllergyIntoleranceCategory value) AllergyIntolerance.AllergyIntoleranceCategoryEnumFactory.toCode
(AllergyIntolerance.AllergyIntoleranceCategory code) AllergyIntolerance.AllergyIntoleranceCategoryEnumFactory.toSystem
(AllergyIntolerance.AllergyIntoleranceCategory code) Modifier and TypeMethodDescriptionAllergyIntolerance.setCategory
(List<Enumeration<AllergyIntolerance.AllergyIntoleranceCategory>> theCategory)