Uses of Class
org.hl7.fhir.r5.model.Ingredient.IngredientManufacturerComponent
-
Packages that use Ingredient.IngredientManufacturerComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Ingredient.IngredientManufacturerComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Ingredient.IngredientManufacturerComponent Modifier and Type Method Description protected Ingredient.IngredientManufacturerComponentJsonParser. parseIngredientManufacturerComponent(com.google.gson.JsonObject json)protected Ingredient.IngredientManufacturerComponentXmlParser. parseIngredientManufacturerComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Ingredient.IngredientManufacturerComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Ingredient.IngredientManufacturerComponent Modifier and Type Field Description protected List<Ingredient.IngredientManufacturerComponent>Ingredient. manufacturerAn organization that manufactures this ingredient.Methods in org.hl7.fhir.r5.model that return Ingredient.IngredientManufacturerComponent Modifier and Type Method Description Ingredient.IngredientManufacturerComponentIngredient. addManufacturer()Ingredient.IngredientManufacturerComponentIngredient.IngredientManufacturerComponent. copy()Ingredient.IngredientManufacturerComponentIngredient. getManufacturerFirstRep()Ingredient.IngredientManufacturerComponentIngredient.IngredientManufacturerComponent. setManufacturer(Reference value)Ingredient.IngredientManufacturerComponentIngredient.IngredientManufacturerComponent. setRole(Coding value)Methods in org.hl7.fhir.r5.model that return types with arguments of type Ingredient.IngredientManufacturerComponent Modifier and Type Method Description List<Ingredient.IngredientManufacturerComponent>Ingredient. getManufacturer()Methods in org.hl7.fhir.r5.model with parameters of type Ingredient.IngredientManufacturerComponent Modifier and Type Method Description IngredientIngredient. addManufacturer(Ingredient.IngredientManufacturerComponent t)voidIngredient.IngredientManufacturerComponent. copyValues(Ingredient.IngredientManufacturerComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type Ingredient.IngredientManufacturerComponent Modifier and Type Method Description IngredientIngredient. setManufacturer(List<Ingredient.IngredientManufacturerComponent> theManufacturer)
-