Uses of Class
org.hl7.fhir.r4.model.AllergyIntolerance
-
Packages that use AllergyIntolerance Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of AllergyIntolerance in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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) -
Uses of AllergyIntolerance in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.model that return types with arguments of type AllergyIntolerance Modifier and Type Method Description List<AllergyIntolerance>NutritionOrder. getAllergyIntoleranceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type AllergyIntolerance Modifier and Type Method Description voidAllergyIntolerance. copyValues(AllergyIntolerance dst)
-