Uses of Class
org.linuxforhealth.fhir.model.resource.AllergyIntolerance
-
Packages that use AllergyIntolerance Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of AllergyIntolerance in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return AllergyIntolerance Modifier and Type Method Description AllergyIntoleranceAllergyIntolerance.Builder. build()Build theAllergyIntoleranceMethods in org.linuxforhealth.fhir.model.resource with parameters of type AllergyIntolerance Modifier and Type Method Description protected AllergyIntolerance.BuilderAllergyIntolerance.Builder. from(AllergyIntolerance allergyIntolerance)protected voidAllergyIntolerance.Builder. validate(AllergyIntolerance allergyIntolerance) -
Uses of AllergyIntolerance in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type AllergyIntolerance Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, AllergyIntolerance allergyIntolerance)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, AllergyIntolerance allergyIntolerance)
-