Uses of Class
com.ibm.fhir.model.resource.AllergyIntolerance
-
Packages that use AllergyIntolerance Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor -
-
Uses of AllergyIntolerance in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AllergyIntolerance Modifier and Type Method Description AllergyIntolerance
AllergyIntolerance.Builder. build()
Build theAllergyIntolerance
Methods in com.ibm.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 com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type AllergyIntolerance Modifier and Type Method Description boolean
DefaultVisitor. visit(String elementName, int elementIndex, AllergyIntolerance allergyIntolerance)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(String elementName, int elementIndex, AllergyIntolerance allergyIntolerance)
-