Uses of Class
org.linuxforhealth.fhir.model.resource.AllergyIntolerance.Reaction
- 
Packages that use AllergyIntolerance.Reaction Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of AllergyIntolerance.Reaction in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return AllergyIntolerance.Reaction Modifier and Type Method Description AllergyIntolerance.ReactionAllergyIntolerance.Reaction.Builder. build()Build theAllergyIntolerance.ReactionMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type AllergyIntolerance.Reaction Modifier and Type Method Description java.util.List<AllergyIntolerance.Reaction>AllergyIntolerance. getReaction()Details about each adverse reaction event linked to exposure to the identified substance.Methods in org.linuxforhealth.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.protected voidAllergyIntolerance.Reaction.Builder. validate(AllergyIntolerance.Reaction reaction)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type AllergyIntolerance.Reaction Modifier and Type Method Description AllergyIntolerance.BuilderAllergyIntolerance.Builder. reaction(java.util.Collection<AllergyIntolerance.Reaction> reaction)Details about each adverse reaction event linked to exposure to the identified substance. 
 -