Uses of Enum
org.hl7.fhir.r4.model.AllergyIntolerance.AllergyIntoleranceType
-
Uses of AllergyIntolerance.AllergyIntoleranceType in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionAllergyIntolerance.type
Identification of the underlying physiological mechanism for the reaction risk.Modifier and TypeMethodDescriptionAllergyIntolerance.getType()
Returns the enum constant of this type with the specified name.AllergyIntolerance.AllergyIntoleranceType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAllergyIntolerance.AllergyIntoleranceTypeEnumFactory.fromType
(PrimitiveType<?> code) AllergyIntolerance.getTypeElement()
Modifier and TypeMethodDescriptionAllergyIntolerance.setType
(AllergyIntolerance.AllergyIntoleranceType value) AllergyIntolerance.AllergyIntoleranceTypeEnumFactory.toCode
(AllergyIntolerance.AllergyIntoleranceType code) AllergyIntolerance.AllergyIntoleranceTypeEnumFactory.toSystem
(AllergyIntolerance.AllergyIntoleranceType code) Modifier and TypeMethodDescriptionAllergyIntolerance.setTypeElement
(Enumeration<AllergyIntolerance.AllergyIntoleranceType> value)