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.Reaction
AllergyIntolerance.Reaction.Builder. build()
Build theAllergyIntolerance.Reaction
Methods 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.Builder
AllergyIntolerance.Reaction.Builder. from(AllergyIntolerance.Reaction reaction)
AllergyIntolerance.Builder
AllergyIntolerance.Builder. reaction(AllergyIntolerance.Reaction... reaction)
Details about each adverse reaction event linked to exposure to the identified substance.protected void
AllergyIntolerance.Reaction.Builder. validate(AllergyIntolerance.Reaction reaction)
Method parameters in com.ibm.fhir.model.resource with type arguments of type AllergyIntolerance.Reaction Modifier and Type Method Description AllergyIntolerance.Builder
AllergyIntolerance.Builder. reaction(Collection<AllergyIntolerance.Reaction> reaction)
Details about each adverse reaction event linked to exposure to the identified substance.
-