Uses of Class
org.hl7.fhir.r4.model.AllergyIntolerance.AllergyIntoleranceCriticality
-
Packages that use AllergyIntolerance.AllergyIntoleranceCriticality Package Description org.hl7.fhir.r4.model -
-
Uses of AllergyIntolerance.AllergyIntoleranceCriticality in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type AllergyIntolerance.AllergyIntoleranceCriticality Modifier and Type Field Description protected Enumeration<AllergyIntolerance.AllergyIntoleranceCriticality>AllergyIntolerance. criticalityEstimate of the potential clinical harm, or seriousness, of the reaction to the identified substance.Methods in org.hl7.fhir.r4.model that return AllergyIntolerance.AllergyIntoleranceCriticality Modifier and Type Method Description static AllergyIntolerance.AllergyIntoleranceCriticalityAllergyIntolerance.AllergyIntoleranceCriticality. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceCriticalityAllergyIntolerance.AllergyIntoleranceCriticalityEnumFactory. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceCriticalityAllergyIntolerance. getCriticality()static AllergyIntolerance.AllergyIntoleranceCriticalityAllergyIntolerance.AllergyIntoleranceCriticality. valueOf(String name)Returns the enum constant of this type with the specified name.static AllergyIntolerance.AllergyIntoleranceCriticality[]AllergyIntolerance.AllergyIntoleranceCriticality. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type AllergyIntolerance.AllergyIntoleranceCriticality Modifier and Type Method Description Enumeration<AllergyIntolerance.AllergyIntoleranceCriticality>AllergyIntolerance.AllergyIntoleranceCriticalityEnumFactory. fromType(Base code)Enumeration<AllergyIntolerance.AllergyIntoleranceCriticality>AllergyIntolerance. getCriticalityElement()Methods in org.hl7.fhir.r4.model with parameters of type AllergyIntolerance.AllergyIntoleranceCriticality Modifier and Type Method Description AllergyIntoleranceAllergyIntolerance. setCriticality(AllergyIntolerance.AllergyIntoleranceCriticality value)StringAllergyIntolerance.AllergyIntoleranceCriticalityEnumFactory. toCode(AllergyIntolerance.AllergyIntoleranceCriticality code)StringAllergyIntolerance.AllergyIntoleranceCriticalityEnumFactory. toSystem(AllergyIntolerance.AllergyIntoleranceCriticality code)Method parameters in org.hl7.fhir.r4.model with type arguments of type AllergyIntolerance.AllergyIntoleranceCriticality Modifier and Type Method Description AllergyIntoleranceAllergyIntolerance. setCriticalityElement(Enumeration<AllergyIntolerance.AllergyIntoleranceCriticality> value)
-