
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 voidJsonParser.composeNutritionProductIngredientComponent(String name, NutritionProduct.NutritionProductIngredientComponent element) protected voidRdfParser.composeNutritionProductIngredientComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, NutritionProduct.NutritionProductIngredientComponent element, int index) protected voidXmlParser.composeNutritionProductIngredientComponent(String name, NutritionProduct.NutritionProductIngredientComponent element) protected voidXmlParser.composeNutritionProductIngredientComponentElements(NutritionProduct.NutritionProductIngredientComponent element) protected voidJsonParser.composeNutritionProductIngredientComponentProperties(NutritionProduct.NutritionProductIngredientComponent element) protected booleanXmlParser.parseNutritionProductIngredientComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NutritionProduct.NutritionProductIngredientComponent res) protected voidJsonParser.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.ingredientIngredients 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) voidNutritionProduct.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)