Uses of Class
com.ibm.fhir.model.type.code.AllergyIntoleranceCriticality
-
Packages that use AllergyIntoleranceCriticality Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of AllergyIntoleranceCriticality in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AllergyIntoleranceCriticality Modifier and Type Method Description AllergyIntoleranceCriticalityAllergyIntolerance. getCriticality()Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance.Methods in com.ibm.fhir.model.resource with parameters of type AllergyIntoleranceCriticality Modifier and Type Method Description AllergyIntolerance.BuilderAllergyIntolerance.Builder. criticality(AllergyIntoleranceCriticality criticality)Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance. -
Uses of AllergyIntoleranceCriticality in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as AllergyIntoleranceCriticality Modifier and Type Field Description static AllergyIntoleranceCriticalityAllergyIntoleranceCriticality. HIGHHigh Riskstatic AllergyIntoleranceCriticalityAllergyIntoleranceCriticality. LOWLow Riskstatic AllergyIntoleranceCriticalityAllergyIntoleranceCriticality. UNABLE_TO_ASSESSUnable to Assess RiskMethods in com.ibm.fhir.model.type.code that return AllergyIntoleranceCriticality Modifier and Type Method Description AllergyIntoleranceCriticalityAllergyIntoleranceCriticality.Builder. build()static AllergyIntoleranceCriticalityAllergyIntoleranceCriticality. of(AllergyIntoleranceCriticality.ValueSet value)Factory method for creating AllergyIntoleranceCriticality objects from a passed enum value.static AllergyIntoleranceCriticalityAllergyIntoleranceCriticality. of(String value)Factory method for creating AllergyIntoleranceCriticality objects from a passed string value.
-