Uses of Class
org.hl7.fhir.dstu2016may.model.AllergyIntolerance
-
Packages that use AllergyIntolerance Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of AllergyIntolerance in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type AllergyIntolerance Modifier and Type Method Description protected voidJsonParser. composeAllergyIntolerance(String name, AllergyIntolerance element)protected voidRdfParser. composeAllergyIntolerance(RdfGenerator.Complex parent, String parentType, String name, AllergyIntolerance element, int index)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.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.model that return types with arguments of type AllergyIntolerance Modifier and Type Method Description List<AllergyIntolerance>NutritionOrder. getAllergyIntoleranceTarget()
-