Ingredient.Builder | 
Ingredient.Builder._for(java.util.Collection<Reference> _for) | 
 The product which this ingredient is a constituent part of. 
 | 
Ingredient.Builder | 
Ingredient.Builder._for(Reference... _for) | 
 The product which this ingredient is a constituent part of. 
 | 
Ingredient.Builder | 
Ingredient.Builder.allergenicIndicator(java.lang.Boolean allergenicIndicator) | 
 Convenience method for setting allergenicIndicator. 
 | 
Ingredient.Builder | 
Ingredient.Builder.allergenicIndicator(Boolean allergenicIndicator) | 
 If the ingredient is a known or suspected allergen. 
 | 
static Ingredient.Builder | 
Ingredient.builder() | 
  | 
Ingredient.Builder | 
Ingredient.Builder.contained(java.util.Collection<Resource> contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
Ingredient.Builder | 
Ingredient.Builder.contained(Resource... contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
Ingredient.Builder | 
Ingredient.Builder.extension(java.util.Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
Ingredient.Builder | 
Ingredient.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected Ingredient.Builder | 
Ingredient.Builder.from(Ingredient ingredient) | 
  | 
Ingredient.Builder | 
Ingredient.Builder.function(java.util.Collection<CodeableConcept> function) | 
 A classification of the ingredient identifying its precise purpose(s) in the drug product. 
 | 
Ingredient.Builder | 
Ingredient.Builder.function(CodeableConcept... function) | 
 A classification of the ingredient identifying its precise purpose(s) in the drug product. 
 | 
Ingredient.Builder | 
Ingredient.Builder.id(java.lang.String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
Ingredient.Builder | 
Ingredient.Builder.identifier(Identifier identifier) | 
 The identifier(s) of this Ingredient that are assigned by business processes and/or used to refer to it when a direct 
 URL reference to the resource itself is not appropriate. 
 | 
Ingredient.Builder | 
Ingredient.Builder.implicitRules(Uri implicitRules) | 
 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when 
 processing the content. 
 | 
Ingredient.Builder | 
Ingredient.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
Ingredient.Builder | 
Ingredient.Builder.manufacturer(java.util.Collection<Ingredient.Manufacturer> manufacturer) | 
 The organization(s) that manufacture this ingredient. 
 | 
Ingredient.Builder | 
Ingredient.Builder.manufacturer(Ingredient.Manufacturer... manufacturer) | 
 The organization(s) that manufacture this ingredient. 
 | 
Ingredient.Builder | 
Ingredient.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
Ingredient.Builder | 
Ingredient.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
Ingredient.Builder | 
Ingredient.Builder.modifierExtension(Extension... modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
Ingredient.Builder | 
Ingredient.Builder.role(CodeableConcept role) | 
 A classification of the ingredient identifying its purpose within the product, e.g. 
 | 
Ingredient.Builder | 
Ingredient.Builder.status(PublicationStatus status) | 
 The status of this ingredient. 
 | 
Ingredient.Builder | 
Ingredient.Builder.substance(Ingredient.Substance substance) | 
 The substance that comprises this ingredient. 
 | 
Ingredient.Builder | 
Ingredient.Builder.text(Narrative text) | 
 A human-readable narrative that contains a summary of the resource and can be used to represent the content of the 
 resource to a human. 
 | 
Ingredient.Builder | 
Ingredient.toBuilder() | 
  |