
Uses of Class
org.hl7.fhir.r5.model.Ingredient.IngredientManufacturerComponent
Packages that use Ingredient.IngredientManufacturerComponent
-
Uses of Ingredient.IngredientManufacturerComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Ingredient.IngredientManufacturerComponentModifier and TypeMethodDescriptionJsonParser.parseIngredientManufacturerComponent
(com.google.gson.JsonObject json) XmlParser.parseIngredientManufacturerComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Ingredient.IngredientManufacturerComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type Ingredient.IngredientManufacturerComponentModifier and TypeFieldDescriptionprotected List
<Ingredient.IngredientManufacturerComponent> Ingredient.manufacturer
The organization(s) that manufacture this ingredient.Methods in org.hl7.fhir.r5.model that return Ingredient.IngredientManufacturerComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type Ingredient.IngredientManufacturerComponentMethods in org.hl7.fhir.r5.model with parameters of type Ingredient.IngredientManufacturerComponentModifier and TypeMethodDescriptionIngredient.addManufacturer
(Ingredient.IngredientManufacturerComponent t) void
Ingredient.IngredientManufacturerComponent.copyValues
(Ingredient.IngredientManufacturerComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Ingredient.IngredientManufacturerComponentModifier and TypeMethodDescriptionIngredient.setManufacturer
(List<Ingredient.IngredientManufacturerComponent> theManufacturer)