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.Manufacturer
Ingredient.Manufacturer.Builder. build()
Build theIngredient.Manufacturer
Methods 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.Builder
Ingredient.Manufacturer.Builder. from(Ingredient.Manufacturer manufacturer)
Ingredient.Builder
Ingredient.Builder. manufacturer(Ingredient.Manufacturer... manufacturer)
The organization(s) that manufacture this ingredient.protected void
Ingredient.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.Builder
Ingredient.Builder. manufacturer(java.util.Collection<Ingredient.Manufacturer> manufacturer)
The organization(s) that manufacture this ingredient.
-