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 IngredientJsonParser.parseIngredient(com.google.gson.JsonObject json)protected IngredientXmlParser.parseIngredient(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type IngredientModifier and TypeMethodDescriptionprotected voidJsonParser.composeIngredient(String name, Ingredient element)protected voidRdfParser.composeIngredient(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Ingredient element, int index)protected voidXmlParser.composeIngredient(String name, Ingredient element)protected voidXmlParser.composeIngredientElements(Ingredient element)protected voidJsonParser.composeIngredientProperties(Ingredient element)protected booleanXmlParser.parseIngredientContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Ingredient res)protected voidJsonParser.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.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 IngredientIngredient.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Ingredient