Class BiologicallyDerivedProductBuilder.Impl
- java.lang.Object
-
- com.babylonhealth.lit.hl7_java.builders.BiologicallyDerivedProductBuilder.Impl
-
- All Implemented Interfaces:
com.babylonhealth.lit.core_java.builders.ResourceBuilder,BiologicallyDerivedProductBuilder,DomainResourceBuilder
- Enclosing interface:
- BiologicallyDerivedProductBuilder
public static class BiologicallyDerivedProductBuilder.Impl extends java.lang.Object implements BiologicallyDerivedProductBuilder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.babylonhealth.lit.hl7_java.builders.BiologicallyDerivedProductBuilder
BiologicallyDerivedProductBuilder.Impl
-
-
Constructor Summary
Constructors Constructor Description Impl()Required fields forBiologicallyDerivedProduct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.BiologicallyDerivedProductbuild()BiologicallyDerivedProductBuilder.ImplwithCollection(@NonNull BiologicallyDerivedProduct_CollectionBuilder collection)BiologicallyDerivedProductBuilder.ImplwithCollection(com.babylonhealth.lit.hl7.model.BiologicallyDerivedProduct.Collection collection)BiologicallyDerivedProductBuilder.ImplwithContained(@NonNull com.babylonhealth.lit.core_java.builders.ResourceBuilder... contained)BiologicallyDerivedProductBuilder.ImplwithContained(@NonNull com.babylonhealth.lit.core.model.Resource... contained)BiologicallyDerivedProductBuilder.ImplwithContained(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Resource> contained)BiologicallyDerivedProductBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)BiologicallyDerivedProductBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core.model.Extension... extension)BiologicallyDerivedProductBuilder.ImplwithExtension(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> extension)BiologicallyDerivedProductBuilder.ImplwithId(@NonNull java.lang.String id)BiologicallyDerivedProductBuilder.ImplwithIdentifier(@NonNull com.babylonhealth.lit.core_java.builders.IdentifierBuilder... identifier)BiologicallyDerivedProductBuilder.ImplwithIdentifier(@NonNull com.babylonhealth.lit.core.model.Identifier... identifier)BiologicallyDerivedProductBuilder.ImplwithIdentifier(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Identifier> identifier)BiologicallyDerivedProductBuilder.ImplwithImplicitRules(@NonNull java.lang.String implicitRules)BiologicallyDerivedProductBuilder.ImplwithLanguage(@NonNull com.babylonhealth.lit.core.LANGUAGES language)BiologicallyDerivedProductBuilder.ImplwithManipulation(@NonNull BiologicallyDerivedProduct_ManipulationBuilder manipulation)BiologicallyDerivedProductBuilder.ImplwithManipulation(com.babylonhealth.lit.hl7.model.BiologicallyDerivedProduct.Manipulation manipulation)BiologicallyDerivedProductBuilder.ImplwithMeta(@NonNull com.babylonhealth.lit.core_java.builders.MetaBuilder meta)BiologicallyDerivedProductBuilder.ImplwithMeta(@NonNull com.babylonhealth.lit.core.model.Meta meta)BiologicallyDerivedProductBuilder.ImplwithModifierExtension(@NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... modifierExtension)BiologicallyDerivedProductBuilder.ImplwithModifierExtension(@NonNull com.babylonhealth.lit.core.model.Extension... modifierExtension)BiologicallyDerivedProductBuilder.ImplwithModifierExtension(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> modifierExtension)BiologicallyDerivedProductBuilder.ImplwithoutMeta()BiologicallyDerivedProductBuilder.ImplwithParent(@NonNull com.babylonhealth.lit.core_java.builders.ReferenceBuilder... parent)BiologicallyDerivedProductBuilder.ImplwithParent(@NonNull com.babylonhealth.lit.core.model.Reference... parent)BiologicallyDerivedProductBuilder.ImplwithParent(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Reference> parent)BiologicallyDerivedProductBuilder.ImplwithProcessing(@NonNull BiologicallyDerivedProduct_ProcessingBuilder... processing)BiologicallyDerivedProductBuilder.ImplwithProcessing(@NonNull com.babylonhealth.lit.hl7.model.BiologicallyDerivedProduct.Processing... processing)BiologicallyDerivedProductBuilder.ImplwithProcessing(@NonNull java.util.Collection<com.babylonhealth.lit.hl7.model.BiologicallyDerivedProduct.Processing> processing)BiologicallyDerivedProductBuilder.ImplwithProductCategory(@NonNull com.babylonhealth.lit.hl7.PRODUCT_CATEGORY productCategory)BiologicallyDerivedProductBuilder.ImplwithProductCode(@NonNull com.babylonhealth.lit.core_java.builders.CodeableConceptBuilder productCode)BiologicallyDerivedProductBuilder.ImplwithProductCode(@NonNull com.babylonhealth.lit.core.model.CodeableConcept productCode)BiologicallyDerivedProductBuilder.ImplwithQuantity(@NonNull java.lang.Integer quantity)BiologicallyDerivedProductBuilder.ImplwithRequest(@NonNull com.babylonhealth.lit.core_java.builders.ReferenceBuilder... request)BiologicallyDerivedProductBuilder.ImplwithRequest(@NonNull com.babylonhealth.lit.core.model.Reference... request)BiologicallyDerivedProductBuilder.ImplwithRequest(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Reference> request)BiologicallyDerivedProductBuilder.ImplwithStatus(@NonNull com.babylonhealth.lit.hl7.PRODUCT_STATUS status)BiologicallyDerivedProductBuilder.ImplwithStorage(@NonNull BiologicallyDerivedProduct_StorageBuilder... storage)BiologicallyDerivedProductBuilder.ImplwithStorage(@NonNull com.babylonhealth.lit.hl7.model.BiologicallyDerivedProduct.Storage... storage)BiologicallyDerivedProductBuilder.ImplwithStorage(@NonNull java.util.Collection<com.babylonhealth.lit.hl7.model.BiologicallyDerivedProduct.Storage> storage)BiologicallyDerivedProductBuilder.ImplwithText(@NonNull NarrativeBuilder text)BiologicallyDerivedProductBuilder.ImplwithText(@NonNull com.babylonhealth.lit.hl7.model.Narrative text)
-
-
-
Method Detail
-
withId
public BiologicallyDerivedProductBuilder.Impl withId(@NonNull @NonNull java.lang.String id)
- Parameters:
id- - The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
-
withMeta
public BiologicallyDerivedProductBuilder.Impl withMeta(@NonNull @NonNull com.babylonhealth.lit.core.model.Meta meta)
- Parameters:
meta- - The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
-
withMeta
public BiologicallyDerivedProductBuilder.Impl withMeta(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.MetaBuilder meta)
-
withText
public BiologicallyDerivedProductBuilder.Impl withText(@NonNull @NonNull com.babylonhealth.lit.hl7.model.Narrative text)
- Parameters:
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. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
-
withText
public BiologicallyDerivedProductBuilder.Impl withText(@NonNull @NonNull NarrativeBuilder text)
-
withStatus
public BiologicallyDerivedProductBuilder.Impl withStatus(@NonNull @NonNull com.babylonhealth.lit.hl7.PRODUCT_STATUS status)
- Parameters:
status- - Whether the product is currently available.
-
withParent
public BiologicallyDerivedProductBuilder.Impl withParent(@NonNull @NonNull com.babylonhealth.lit.core.model.Reference... parent)
- Parameters:
parent- - Parent product (if any).
-
withParent
public BiologicallyDerivedProductBuilder.Impl withParent(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Reference> parent)
- Parameters:
parent- - Parent product (if any).
-
withParent
public BiologicallyDerivedProductBuilder.Impl withParent(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ReferenceBuilder... parent)
-
withRequest
public BiologicallyDerivedProductBuilder.Impl withRequest(@NonNull @NonNull com.babylonhealth.lit.core.model.Reference... request)
- Parameters:
request- - Procedure request to obtain this biologically derived product.
-
withRequest
public BiologicallyDerivedProductBuilder.Impl withRequest(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Reference> request)
- Parameters:
request- - Procedure request to obtain this biologically derived product.
-
withRequest
public BiologicallyDerivedProductBuilder.Impl withRequest(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ReferenceBuilder... request)
-
withLanguage
public BiologicallyDerivedProductBuilder.Impl withLanguage(@NonNull @NonNull com.babylonhealth.lit.core.LANGUAGES language)
- Parameters:
language- - The base language in which the resource is written.
-
withQuantity
public BiologicallyDerivedProductBuilder.Impl withQuantity(@NonNull @NonNull java.lang.Integer quantity)
- Parameters:
quantity- - Number of discrete units within this product.
-
withContained
public BiologicallyDerivedProductBuilder.Impl withContained(@NonNull @NonNull com.babylonhealth.lit.core.model.Resource... contained)
- Parameters:
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.
-
withContained
public BiologicallyDerivedProductBuilder.Impl withContained(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Resource> contained)
- Parameters:
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.
-
withContained
public BiologicallyDerivedProductBuilder.Impl withContained(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ResourceBuilder... contained)
-
withExtension
public BiologicallyDerivedProductBuilder.Impl withExtension(@NonNull @NonNull com.babylonhealth.lit.core.model.Extension... extension)
- Parameters:
extension- - May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
-
withExtension
public BiologicallyDerivedProductBuilder.Impl withExtension(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> extension)
- Parameters:
extension- - May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
-
withExtension
public BiologicallyDerivedProductBuilder.Impl withExtension(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)
-
withIdentifier
public BiologicallyDerivedProductBuilder.Impl withIdentifier(@NonNull @NonNull com.babylonhealth.lit.core.model.Identifier... identifier)
- Parameters:
identifier- - This records identifiers associated with this biologically derived product instance that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).
-
withIdentifier
public BiologicallyDerivedProductBuilder.Impl withIdentifier(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Identifier> identifier)
- Parameters:
identifier- - This records identifiers associated with this biologically derived product instance that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).
-
withIdentifier
public BiologicallyDerivedProductBuilder.Impl withIdentifier(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.IdentifierBuilder... identifier)
-
withProductCode
public BiologicallyDerivedProductBuilder.Impl withProductCode(@NonNull @NonNull com.babylonhealth.lit.core.model.CodeableConcept productCode)
- Parameters:
productCode- - A code that identifies the kind of this biologically derived product (SNOMED Ctcode).
-
withProductCode
public BiologicallyDerivedProductBuilder.Impl withProductCode(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.CodeableConceptBuilder productCode)
-
withImplicitRules
public BiologicallyDerivedProductBuilder.Impl withImplicitRules(@NonNull @NonNull java.lang.String implicitRules)
- Parameters:
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. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
-
withProductCategory
public BiologicallyDerivedProductBuilder.Impl withProductCategory(@NonNull @NonNull com.babylonhealth.lit.hl7.PRODUCT_CATEGORY productCategory)
- Parameters:
productCategory- - Broad category of this product.
-
withModifierExtension
public BiologicallyDerivedProductBuilder.Impl withModifierExtension(@NonNull @NonNull com.babylonhealth.lit.core.model.Extension... modifierExtension)
- Parameters:
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. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
-
withModifierExtension
public BiologicallyDerivedProductBuilder.Impl withModifierExtension(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> modifierExtension)
- Parameters:
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. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
-
withModifierExtension
public BiologicallyDerivedProductBuilder.Impl withModifierExtension(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... modifierExtension)
-
withStorage
public BiologicallyDerivedProductBuilder.Impl withStorage(@NonNull @NonNull com.babylonhealth.lit.hl7.model.BiologicallyDerivedProduct.Storage... storage)
- Parameters:
storage- - Product storage.
-
withStorage
public BiologicallyDerivedProductBuilder.Impl withStorage(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.hl7.model.BiologicallyDerivedProduct.Storage> storage)
- Parameters:
storage- - Product storage.
-
withStorage
public BiologicallyDerivedProductBuilder.Impl withStorage(@NonNull @NonNull BiologicallyDerivedProduct_StorageBuilder... storage)
-
withCollection
public BiologicallyDerivedProductBuilder.Impl withCollection(@NonNull com.babylonhealth.lit.hl7.model.BiologicallyDerivedProduct.Collection collection)
- Parameters:
collection- - How this product was collected.
-
withCollection
public BiologicallyDerivedProductBuilder.Impl withCollection(@NonNull @NonNull BiologicallyDerivedProduct_CollectionBuilder collection)
-
withProcessing
public BiologicallyDerivedProductBuilder.Impl withProcessing(@NonNull @NonNull com.babylonhealth.lit.hl7.model.BiologicallyDerivedProduct.Processing... processing)
- Parameters:
processing- - Any processing of the product during collection that does not change the fundamental nature of the product. For example adding anti-coagulants during the collection of Peripheral Blood Stem Cells.
-
withProcessing
public BiologicallyDerivedProductBuilder.Impl withProcessing(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.hl7.model.BiologicallyDerivedProduct.Processing> processing)
- Parameters:
processing- - Any processing of the product during collection that does not change the fundamental nature of the product. For example adding anti-coagulants during the collection of Peripheral Blood Stem Cells.
-
withProcessing
public BiologicallyDerivedProductBuilder.Impl withProcessing(@NonNull @NonNull BiologicallyDerivedProduct_ProcessingBuilder... processing)
-
withManipulation
public BiologicallyDerivedProductBuilder.Impl withManipulation(@NonNull com.babylonhealth.lit.hl7.model.BiologicallyDerivedProduct.Manipulation manipulation)
- Parameters:
manipulation- - Any manipulation of product post-collection that is intended to alter the product. For example a buffy-coat enrichment or CD8 reduction of Peripheral Blood Stem Cells to make it more suitable for infusion.
-
withManipulation
public BiologicallyDerivedProductBuilder.Impl withManipulation(@NonNull @NonNull BiologicallyDerivedProduct_ManipulationBuilder manipulation)
-
withoutMeta
public BiologicallyDerivedProductBuilder.Impl withoutMeta()
-
build
public com.babylonhealth.lit.hl7.model.BiologicallyDerivedProduct build()
- Specified by:
buildin interfaceBiologicallyDerivedProductBuilder- Specified by:
buildin interfaceDomainResourceBuilder- Specified by:
buildin interfacecom.babylonhealth.lit.core_java.builders.ResourceBuilder
-
-