Uses of Class
org.hl7.fhir.r4b.model.AllergyIntolerance
-
Packages that use AllergyIntolerance Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of AllergyIntolerance in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return AllergyIntolerance Modifier and Type Method Description protected AllergyIntoleranceJsonParser. parseAllergyIntolerance(com.google.gson.JsonObject json)protected AllergyIntoleranceXmlParser. parseAllergyIntolerance(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type AllergyIntolerance Modifier and Type Method Description protected voidJsonParser. composeAllergyIntolerance(String name, AllergyIntolerance element)protected voidRdfParser. composeAllergyIntolerance(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, AllergyIntolerance element, int index)protected voidXmlParser. composeAllergyIntolerance(String name, AllergyIntolerance element)protected voidXmlParser. composeAllergyIntoleranceElements(AllergyIntolerance element)protected voidJsonParser. composeAllergyIntoleranceProperties(AllergyIntolerance element)protected booleanXmlParser. parseAllergyIntoleranceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance res)protected voidJsonParser. parseAllergyIntoleranceProperties(com.google.gson.JsonObject json, AllergyIntolerance res) -
Uses of AllergyIntolerance in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type AllergyIntolerance Modifier and Type Method Description voidAllergyIntolerance. copyValues(AllergyIntolerance dst)
-