Uses of Class
com.ibm.fhir.model.type.code.AllergyIntoleranceSeverity
-
Packages that use AllergyIntoleranceSeverity Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of AllergyIntoleranceSeverity in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AllergyIntoleranceSeverity Modifier and Type Method Description AllergyIntoleranceSeverityAllergyIntolerance.Reaction. getSeverity()Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations.Methods in com.ibm.fhir.model.resource with parameters of type AllergyIntoleranceSeverity Modifier and Type Method Description AllergyIntolerance.Reaction.BuilderAllergyIntolerance.Reaction.Builder. severity(AllergyIntoleranceSeverity severity)Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations. -
Uses of AllergyIntoleranceSeverity in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as AllergyIntoleranceSeverity Modifier and Type Field Description static AllergyIntoleranceSeverityAllergyIntoleranceSeverity. MILDMildstatic AllergyIntoleranceSeverityAllergyIntoleranceSeverity. MODERATEModeratestatic AllergyIntoleranceSeverityAllergyIntoleranceSeverity. SEVERESevereMethods in com.ibm.fhir.model.type.code that return AllergyIntoleranceSeverity Modifier and Type Method Description AllergyIntoleranceSeverityAllergyIntoleranceSeverity.Builder. build()static AllergyIntoleranceSeverityAllergyIntoleranceSeverity. of(AllergyIntoleranceSeverity.ValueSet value)Factory method for creating AllergyIntoleranceSeverity objects from a passed enum value.static AllergyIntoleranceSeverityAllergyIntoleranceSeverity. of(String value)Factory method for creating AllergyIntoleranceSeverity objects from a passed string value.
-