Uses of Class
org.hl7.fhir.r5.model.NutritionProduct.NutritionProductIngredientComponent
-
Uses of NutritionProduct.NutritionProductIngredientComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseNutritionProductIngredientComponent
(com.google.gson.JsonObject json) XmlParser.parseNutritionProductIngredientComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeNutritionProductIngredientComponent
(String name, NutritionProduct.NutritionProductIngredientComponent element) protected void
RdfParser.composeNutritionProductIngredientComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, NutritionProduct.NutritionProductIngredientComponent element, int index) protected void
XmlParser.composeNutritionProductIngredientComponent
(String name, NutritionProduct.NutritionProductIngredientComponent element) protected void
XmlParser.composeNutritionProductIngredientComponentElements
(NutritionProduct.NutritionProductIngredientComponent element) protected void
JsonParser.composeNutritionProductIngredientComponentProperties
(NutritionProduct.NutritionProductIngredientComponent element) protected boolean
XmlParser.parseNutritionProductIngredientComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, NutritionProduct.NutritionProductIngredientComponent res) protected void
JsonParser.parseNutritionProductIngredientComponentProperties
(com.google.gson.JsonObject json, NutritionProduct.NutritionProductIngredientComponent res) -
Uses of NutritionProduct.NutritionProductIngredientComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionNutritionProduct.ingredient
Ingredients contained in this product.Modifier and TypeMethodDescriptionNutritionProduct.addIngredient()
NutritionProduct.NutritionProductIngredientComponent.copy()
NutritionProduct.getIngredientFirstRep()
NutritionProduct.NutritionProductIngredientComponent.setItem
(CodeableReference value) Modifier and TypeMethodDescriptionNutritionProduct.addIngredient
(NutritionProduct.NutritionProductIngredientComponent t) void
NutritionProduct.NutritionProductIngredientComponent.copyValues
(NutritionProduct.NutritionProductIngredientComponent dst) Modifier and TypeMethodDescriptionNutritionProduct.setIngredient
(List<NutritionProduct.NutritionProductIngredientComponent> theIngredient)