Uses of Class
com.ibm.fhir.model.resource.AllergyIntolerance.Reaction
- 
Packages that use AllergyIntolerance.Reaction Package Description com.ibm.fhir.model.resource  - 
- 
Uses of AllergyIntolerance.Reaction in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AllergyIntolerance.Reaction Modifier and Type Method Description AllergyIntolerance.ReactionAllergyIntolerance.Reaction.Builder. build()Build theAllergyIntolerance.ReactionMethods in com.ibm.fhir.model.resource that return types with arguments of type AllergyIntolerance.Reaction Modifier and Type Method Description List<AllergyIntolerance.Reaction>AllergyIntolerance. getReaction()Details about each adverse reaction event linked to exposure to the identified substance.Methods in com.ibm.fhir.model.resource with parameters of type AllergyIntolerance.Reaction Modifier and Type Method Description protected AllergyIntolerance.Reaction.BuilderAllergyIntolerance.Reaction.Builder. from(AllergyIntolerance.Reaction reaction)AllergyIntolerance.BuilderAllergyIntolerance.Builder. reaction(AllergyIntolerance.Reaction... reaction)Details about each adverse reaction event linked to exposure to the identified substance.Method parameters in com.ibm.fhir.model.resource with type arguments of type AllergyIntolerance.Reaction Modifier and Type Method Description AllergyIntolerance.BuilderAllergyIntolerance.Builder. reaction(Collection<AllergyIntolerance.Reaction> reaction)Details about each adverse reaction event linked to exposure to the identified substance. 
 -