
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 voidJsonParser.composeIngredientManufacturerComponent(String name, Ingredient.IngredientManufacturerComponent element) protected voidRdfParser.composeIngredientManufacturerComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Ingredient.IngredientManufacturerComponent element, int index) protected voidXmlParser.composeIngredientManufacturerComponent(String name, Ingredient.IngredientManufacturerComponent element) protected voidXmlParser.composeIngredientManufacturerComponentElements(Ingredient.IngredientManufacturerComponent element) protected voidJsonParser.composeIngredientManufacturerComponentProperties(Ingredient.IngredientManufacturerComponent element) protected booleanXmlParser.parseIngredientManufacturerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Ingredient.IngredientManufacturerComponent res) protected voidJsonParser.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.manufacturerThe 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) voidIngredient.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)