Uses of Class
org.linuxforhealth.fhir.model.resource.Ingredient.Manufacturer
-
Packages that use Ingredient.Manufacturer Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Ingredient.Manufacturer in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Ingredient.Manufacturer Modifier and Type Method Description Ingredient.ManufacturerIngredient.Manufacturer.Builder. build()Build theIngredient.ManufacturerMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Ingredient.Manufacturer Modifier and Type Method Description java.util.List<Ingredient.Manufacturer>Ingredient. getManufacturer()The organization(s) that manufacture this ingredient.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Ingredient.Manufacturer Modifier and Type Method Description protected Ingredient.Manufacturer.BuilderIngredient.Manufacturer.Builder. from(Ingredient.Manufacturer manufacturer)Ingredient.BuilderIngredient.Builder. manufacturer(Ingredient.Manufacturer... manufacturer)The organization(s) that manufacture this ingredient.protected voidIngredient.Manufacturer.Builder. validate(Ingredient.Manufacturer manufacturer)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Ingredient.Manufacturer Modifier and Type Method Description Ingredient.BuilderIngredient.Builder. manufacturer(java.util.Collection<Ingredient.Manufacturer> manufacturer)The organization(s) that manufacture this ingredient.
-