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.Reaction
AllergyIntolerance.Reaction.Builder. build()
Build theAllergyIntolerance.Reaction
Methods 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.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 org.linuxforhealth.fhir.model.resource with type arguments of type AllergyIntolerance.Reaction Modifier and Type Method Description AllergyIntolerance.Builder
AllergyIntolerance.Builder. reaction(java.util.Collection<AllergyIntolerance.Reaction> reaction)
Details about each adverse reaction event linked to exposure to the identified substance.
-