Uses of Class
com.ibm.fhir.model.type.code.AllergyIntoleranceType
-
Packages that use AllergyIntoleranceType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of AllergyIntoleranceType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AllergyIntoleranceType Modifier and Type Method Description AllergyIntoleranceTypeAllergyIntolerance. getType()Identification of the underlying physiological mechanism for the reaction risk.Methods in com.ibm.fhir.model.resource with parameters of type AllergyIntoleranceType Modifier and Type Method Description AllergyIntolerance.BuilderAllergyIntolerance.Builder. type(AllergyIntoleranceType type)Identification of the underlying physiological mechanism for the reaction risk. -
Uses of AllergyIntoleranceType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as AllergyIntoleranceType Modifier and Type Field Description static AllergyIntoleranceTypeAllergyIntoleranceType. ALLERGYAllergystatic AllergyIntoleranceTypeAllergyIntoleranceType. INTOLERANCEIntoleranceMethods in com.ibm.fhir.model.type.code that return AllergyIntoleranceType Modifier and Type Method Description AllergyIntoleranceTypeAllergyIntoleranceType.Builder. build()static AllergyIntoleranceTypeAllergyIntoleranceType. of(AllergyIntoleranceType.ValueSet value)Factory method for creating AllergyIntoleranceType objects from a passed enum value.static AllergyIntoleranceTypeAllergyIntoleranceType. of(String value)Factory method for creating AllergyIntoleranceType objects from a passed string value.
-