Uses of Class
org.linuxforhealth.fhir.model.resource.BiologicallyDerivedProduct.Processing
-
Packages that use BiologicallyDerivedProduct.Processing Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of BiologicallyDerivedProduct.Processing in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return BiologicallyDerivedProduct.Processing Modifier and Type Method Description BiologicallyDerivedProduct.Processing
BiologicallyDerivedProduct.Processing.Builder. build()
Build theBiologicallyDerivedProduct.Processing
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type BiologicallyDerivedProduct.Processing Modifier and Type Method Description java.util.List<BiologicallyDerivedProduct.Processing>
BiologicallyDerivedProduct. getProcessing()
Any processing of the product during collection that does not change the fundamental nature of the product.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type BiologicallyDerivedProduct.Processing Modifier and Type Method Description BiologicallyDerivedProduct.Builder
BiologicallyDerivedProduct.Builder. processing(java.util.Collection<BiologicallyDerivedProduct.Processing> processing)
Any processing of the product during collection that does not change the fundamental nature of the product.
-