Uses of Class
org.hl7.fhir.r5.model.Ingredient.IngredientManufacturerComponent
-
Uses of Ingredient.IngredientManufacturerComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseIngredientManufacturerComponent
(com.google.gson.JsonObject json) XmlParser.parseIngredientManufacturerComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeIngredientManufacturerComponent
(String name, Ingredient.IngredientManufacturerComponent element) protected void
RdfParser.composeIngredientManufacturerComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Ingredient.IngredientManufacturerComponent element, int index) protected void
XmlParser.composeIngredientManufacturerComponent
(String name, Ingredient.IngredientManufacturerComponent element) protected void
XmlParser.composeIngredientManufacturerComponentElements
(Ingredient.IngredientManufacturerComponent element) protected void
JsonParser.composeIngredientManufacturerComponentProperties
(Ingredient.IngredientManufacturerComponent element) protected boolean
XmlParser.parseIngredientManufacturerComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Ingredient.IngredientManufacturerComponent res) protected void
JsonParser.parseIngredientManufacturerComponentProperties
(com.google.gson.JsonObject json, Ingredient.IngredientManufacturerComponent res) -
Uses of Ingredient.IngredientManufacturerComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<Ingredient.IngredientManufacturerComponent> Ingredient.manufacturer
The organization(s) that manufacture this ingredient.Modifier and TypeMethodDescriptionIngredient.addManufacturer()
Ingredient.IngredientManufacturerComponent.copy()
Ingredient.getManufacturerFirstRep()
Ingredient.IngredientManufacturerComponent.setManufacturer
(Reference value) Ingredient.IngredientManufacturerComponent.setRole
(Ingredient.IngredientManufacturerRole value) Ingredient.IngredientManufacturerComponent.setRoleElement
(Enumeration<Ingredient.IngredientManufacturerRole> value) Modifier and TypeMethodDescriptionIngredient.addManufacturer
(Ingredient.IngredientManufacturerComponent t) void
Ingredient.IngredientManufacturerComponent.copyValues
(Ingredient.IngredientManufacturerComponent dst) Modifier and TypeMethodDescriptionIngredient.setManufacturer
(List<Ingredient.IngredientManufacturerComponent> theManufacturer)