Uses of Class
org.hl7.fhir.r4.model.AllergyIntolerance.AllergyIntoleranceSeverity
-
Packages that use AllergyIntolerance.AllergyIntoleranceSeverity Package Description org.hl7.fhir.r4.model -
-
Uses of AllergyIntolerance.AllergyIntoleranceSeverity in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type AllergyIntolerance.AllergyIntoleranceSeverity Modifier and Type Field Description protected Enumeration<AllergyIntolerance.AllergyIntoleranceSeverity>AllergyIntolerance.AllergyIntoleranceReactionComponent. severityClinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations.Methods in org.hl7.fhir.r4.model that return AllergyIntolerance.AllergyIntoleranceSeverity Modifier and Type Method Description static AllergyIntolerance.AllergyIntoleranceSeverityAllergyIntolerance.AllergyIntoleranceSeverity. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceSeverityAllergyIntolerance.AllergyIntoleranceSeverityEnumFactory. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceSeverityAllergyIntolerance.AllergyIntoleranceReactionComponent. getSeverity()static AllergyIntolerance.AllergyIntoleranceSeverityAllergyIntolerance.AllergyIntoleranceSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static AllergyIntolerance.AllergyIntoleranceSeverity[]AllergyIntolerance.AllergyIntoleranceSeverity. 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.AllergyIntoleranceSeverity Modifier and Type Method Description Enumeration<AllergyIntolerance.AllergyIntoleranceSeverity>AllergyIntolerance.AllergyIntoleranceSeverityEnumFactory. fromType(Base code)Enumeration<AllergyIntolerance.AllergyIntoleranceSeverity>AllergyIntolerance.AllergyIntoleranceReactionComponent. getSeverityElement()Methods in org.hl7.fhir.r4.model with parameters of type AllergyIntolerance.AllergyIntoleranceSeverity Modifier and Type Method Description AllergyIntolerance.AllergyIntoleranceReactionComponentAllergyIntolerance.AllergyIntoleranceReactionComponent. setSeverity(AllergyIntolerance.AllergyIntoleranceSeverity value)StringAllergyIntolerance.AllergyIntoleranceSeverityEnumFactory. toCode(AllergyIntolerance.AllergyIntoleranceSeverity code)StringAllergyIntolerance.AllergyIntoleranceSeverityEnumFactory. toSystem(AllergyIntolerance.AllergyIntoleranceSeverity code)Method parameters in org.hl7.fhir.r4.model with type arguments of type AllergyIntolerance.AllergyIntoleranceSeverity Modifier and Type Method Description AllergyIntolerance.AllergyIntoleranceReactionComponentAllergyIntolerance.AllergyIntoleranceReactionComponent. setSeverityElement(Enumeration<AllergyIntolerance.AllergyIntoleranceSeverity> value)
-