Uses of Class
org.hl7.fhir.dstu2.model.AllergyIntolerance
-
Packages that use AllergyIntolerance Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of AllergyIntolerance in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type AllergyIntolerance Modifier and Type Method Description protected voidJsonParser. composeAllergyIntolerance(String name, AllergyIntolerance element)protected voidXmlParser. composeAllergyIntolerance(String name, AllergyIntolerance element)protected voidJsonParser. composeAllergyIntoleranceInner(AllergyIntolerance element)protected AllergyIntolerance.AllergyIntoleranceReactionComponentJsonParser. parseAllergyIntoleranceAllergyIntoleranceReactionComponent(com.google.gson.JsonObject json, AllergyIntolerance owner)protected AllergyIntolerance.AllergyIntoleranceReactionComponentXmlParser. parseAllergyIntoleranceAllergyIntoleranceReactionComponent(org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance owner) -
Uses of AllergyIntolerance in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type AllergyIntolerance Modifier and Type Field Description protected List<AllergyIntolerance>NutritionOrder. allergyIntoleranceTargetThe actual objects that are the target of the reference (A link to a record of allergies or intolerances which should be included in the nutrition order.)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type AllergyIntolerance Modifier and Type Method Description List<AllergyIntolerance>NutritionOrder. getAllergyIntoleranceTarget()
-