
Uses of Class
org.hl7.fhir.r5.model.Ingredient
Packages that use Ingredient
-
Uses of Ingredient in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return IngredientModifier and TypeMethodDescriptionprotected 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 IngredientModifier and TypeMethodDescriptionprotected void
JsonParser.composeIngredient
(String name, Ingredient element) protected void
RdfParser.composeIngredient
(org.hl7.fhir.utilities.turtle.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 that return IngredientModifier and TypeMethodDescriptionIngredient.addFunction
(CodeableConcept t) Ingredient.addManufacturer
(Ingredient.IngredientManufacturerComponent t) Ingredient.copy()
Ingredient.setAllergenicIndicator
(boolean value) Ingredient.setAllergenicIndicatorElement
(BooleanType value) Ingredient.setComment
(String value) Ingredient.setCommentElement
(MarkdownType value) Ingredient.setFunction
(List<CodeableConcept> theFunction) Ingredient.setGroup
(CodeableConcept value) Ingredient.setIdentifier
(Identifier value) Ingredient.setManufacturer
(List<Ingredient.IngredientManufacturerComponent> theManufacturer) Ingredient.setRole
(CodeableConcept value) Ingredient.setStatus
(Enumerations.PublicationStatus value) Ingredient.setStatusElement
(Enumeration<Enumerations.PublicationStatus> value) Ingredient.setSubstance
(Ingredient.IngredientSubstanceComponent value) protected Ingredient
Ingredient.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Ingredient