
Uses of Enum Class
org.hl7.fhir.r5.model.AllergyIntolerance.AllergyIntoleranceCategory
Packages that use AllergyIntolerance.AllergyIntoleranceCategory
- 
Uses of AllergyIntolerance.AllergyIntoleranceCategory in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type AllergyIntolerance.AllergyIntoleranceCategoryModifier and TypeFieldDescriptionAllergyIntolerance.categoryCategory of the identified substance.Methods in org.hl7.fhir.r5.model that return AllergyIntolerance.AllergyIntoleranceCategoryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AllergyIntolerance.AllergyIntoleranceCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type AllergyIntolerance.AllergyIntoleranceCategoryModifier and TypeMethodDescriptionAllergyIntolerance.addCategoryElement()AllergyIntolerance.AllergyIntoleranceCategoryEnumFactory.fromType(PrimitiveType<?> code) AllergyIntolerance.getCategory()Methods in org.hl7.fhir.r5.model with parameters of type AllergyIntolerance.AllergyIntoleranceCategoryModifier and TypeMethodDescriptionAllergyIntolerance.addCategory(AllergyIntolerance.AllergyIntoleranceCategory value) booleanAllergyIntolerance.hasCategory(AllergyIntolerance.AllergyIntoleranceCategory value) AllergyIntolerance.AllergyIntoleranceCategoryEnumFactory.toCode(AllergyIntolerance.AllergyIntoleranceCategory code) AllergyIntolerance.AllergyIntoleranceCategoryEnumFactory.toSystem(AllergyIntolerance.AllergyIntoleranceCategory code) Method parameters in org.hl7.fhir.r5.model with type arguments of type AllergyIntolerance.AllergyIntoleranceCategoryModifier and TypeMethodDescriptionAllergyIntolerance.setCategory(List<Enumeration<AllergyIntolerance.AllergyIntoleranceCategory>> theCategory)