
Uses of Class
org.hl7.fhir.r5.model.NutritionProduct.NutritionProductIngredientComponent
Packages that use NutritionProduct.NutritionProductIngredientComponent
-
Uses of NutritionProduct.NutritionProductIngredientComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return NutritionProduct.NutritionProductIngredientComponentModifier and TypeMethodDescriptionJsonParser.parseNutritionProductIngredientComponent
(com.google.gson.JsonObject json) XmlParser.parseNutritionProductIngredientComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type NutritionProduct.NutritionProductIngredientComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type NutritionProduct.NutritionProductIngredientComponentModifier and TypeFieldDescriptionNutritionProduct.ingredient
Ingredients contained in this product.Methods in org.hl7.fhir.r5.model that return NutritionProduct.NutritionProductIngredientComponentModifier and TypeMethodDescriptionNutritionProduct.addIngredient()
NutritionProduct.NutritionProductIngredientComponent.copy()
NutritionProduct.getIngredientFirstRep()
NutritionProduct.NutritionProductIngredientComponent.setItem
(CodeableReference value) Methods in org.hl7.fhir.r5.model that return types with arguments of type NutritionProduct.NutritionProductIngredientComponentMethods in org.hl7.fhir.r5.model with parameters of type NutritionProduct.NutritionProductIngredientComponentModifier and TypeMethodDescriptionNutritionProduct.addIngredient
(NutritionProduct.NutritionProductIngredientComponent t) void
NutritionProduct.NutritionProductIngredientComponent.copyValues
(NutritionProduct.NutritionProductIngredientComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type NutritionProduct.NutritionProductIngredientComponentModifier and TypeMethodDescriptionNutritionProduct.setIngredient
(List<NutritionProduct.NutritionProductIngredientComponent> theIngredient)