Uses of Class
com.ibm.fhir.model.resource.BiologicallyDerivedProduct.Processing
-
Packages that use BiologicallyDerivedProduct.Processing Package Description com.ibm.fhir.model.resource -
-
Uses of BiologicallyDerivedProduct.Processing in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return BiologicallyDerivedProduct.Processing Modifier and Type Method Description BiologicallyDerivedProduct.Processing
BiologicallyDerivedProduct.Processing.Builder. build()
Build theBiologicallyDerivedProduct.Processing
Methods in com.ibm.fhir.model.resource that return types with arguments of type BiologicallyDerivedProduct.Processing Modifier and Type Method Description List<BiologicallyDerivedProduct.Processing>
BiologicallyDerivedProduct. getProcessing()
Any processing of the product during collection that does not change the fundamental nature of the product.Methods in com.ibm.fhir.model.resource with parameters of type BiologicallyDerivedProduct.Processing Modifier and Type Method Description protected BiologicallyDerivedProduct.Processing.Builder
BiologicallyDerivedProduct.Processing.Builder. from(BiologicallyDerivedProduct.Processing processing)
BiologicallyDerivedProduct.Builder
BiologicallyDerivedProduct.Builder. processing(BiologicallyDerivedProduct.Processing... processing)
Any processing of the product during collection that does not change the fundamental nature of the product.protected void
BiologicallyDerivedProduct.Processing.Builder. validate(BiologicallyDerivedProduct.Processing processing)
Method parameters in com.ibm.fhir.model.resource with type arguments of type BiologicallyDerivedProduct.Processing Modifier and Type Method Description BiologicallyDerivedProduct.Builder
BiologicallyDerivedProduct.Builder. processing(Collection<BiologicallyDerivedProduct.Processing> processing)
Any processing of the product during collection that does not change the fundamental nature of the product.
-