Uses of Enum
org.hl7.fhir.r4.model.AllergyIntolerance.AllergyIntoleranceCriticality
-
Uses of AllergyIntolerance.AllergyIntoleranceCriticality in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionAllergyIntolerance.criticality
Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance.Modifier and TypeMethodDescriptionAllergyIntolerance.getCriticality()
Returns the enum constant of this type with the specified name.AllergyIntolerance.AllergyIntoleranceCriticality.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAllergyIntolerance.AllergyIntoleranceCriticalityEnumFactory.fromType
(PrimitiveType<?> code) AllergyIntolerance.getCriticalityElement()
Modifier and TypeMethodDescriptionAllergyIntolerance.setCriticality
(AllergyIntolerance.AllergyIntoleranceCriticality value) AllergyIntolerance.AllergyIntoleranceCriticalityEnumFactory.toCode
(AllergyIntolerance.AllergyIntoleranceCriticality code) AllergyIntolerance.AllergyIntoleranceCriticalityEnumFactory.toSystem
(AllergyIntolerance.AllergyIntoleranceCriticality code) Modifier and TypeMethodDescriptionAllergyIntolerance.setCriticalityElement
(Enumeration<AllergyIntolerance.AllergyIntoleranceCriticality> value)