Uses of Class
org.hl7.fhir.r5.model.Ingredient
-
Packages that use Ingredient Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Ingredient in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Ingredient Modifier and Type Method Description protected Ingredient
JsonParser. parseIngredient(com.google.gson.JsonObject json)
protected Ingredient
XmlParser. parseIngredient(org.xmlpull.v1.XmlPullParser xpp)
Methods in org.hl7.fhir.r5.formats with parameters of type Ingredient Modifier and Type Method Description protected void
JsonParser. composeIngredient(String name, Ingredient element)
protected void
RdfParser. composeIngredient(Turtle.Complex parent, String parentType, String name, Ingredient element, int index)
protected void
XmlParser. composeIngredient(String name, Ingredient element)
protected void
XmlParser. composeIngredientElements(Ingredient element)
protected void
JsonParser. composeIngredientProperties(Ingredient element)
protected boolean
XmlParser. parseIngredientContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Ingredient res)
protected void
JsonParser. parseIngredientProperties(com.google.gson.JsonObject json, Ingredient res)
-
Uses of Ingredient in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Ingredient Modifier and Type Method Description void
Ingredient. copyValues(Ingredient dst)
-