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 AllergyIntolerance
AllergyIntolerance.Builder. build()
Build theAllergyIntolerance
Methods in org.linuxforhealth.fhir.model.resource with parameters of type AllergyIntolerance Modifier and Type Method Description protected AllergyIntolerance.Builder
AllergyIntolerance.Builder. from(AllergyIntolerance allergyIntolerance)
protected void
AllergyIntolerance.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 boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, AllergyIntolerance allergyIntolerance)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, AllergyIntolerance allergyIntolerance)
-