Uses of Enum
org.hl7.fhir.r4.model.AllergyIntolerance.AllergyIntoleranceSeverity
-
Uses of AllergyIntolerance.AllergyIntoleranceSeverity in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionAllergyIntolerance.AllergyIntoleranceReactionComponent.severity
Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations.Modifier and TypeMethodDescriptionAllergyIntolerance.AllergyIntoleranceReactionComponent.getSeverity()
Returns the enum constant of this type with the specified name.AllergyIntolerance.AllergyIntoleranceSeverity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAllergyIntolerance.AllergyIntoleranceSeverityEnumFactory.fromType
(PrimitiveType<?> code) AllergyIntolerance.AllergyIntoleranceReactionComponent.getSeverityElement()
Modifier and TypeMethodDescriptionAllergyIntolerance.AllergyIntoleranceReactionComponent.setSeverity
(AllergyIntolerance.AllergyIntoleranceSeverity value) AllergyIntolerance.AllergyIntoleranceSeverityEnumFactory.toCode
(AllergyIntolerance.AllergyIntoleranceSeverity code) AllergyIntolerance.AllergyIntoleranceSeverityEnumFactory.toSystem
(AllergyIntolerance.AllergyIntoleranceSeverity code) Modifier and TypeMethodDescriptionAllergyIntolerance.AllergyIntoleranceReactionComponent.setSeverityElement
(Enumeration<AllergyIntolerance.AllergyIntoleranceSeverity> value)