Uses of Class
org.linuxforhealth.fhir.model.resource.Specimen.Processing
-
Packages that use Specimen.Processing Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Specimen.Processing in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Specimen.Processing Modifier and Type Method Description Specimen.Processing
Specimen.Processing.Builder. build()
Build theSpecimen.Processing
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Specimen.Processing Modifier and Type Method Description java.util.List<Specimen.Processing>
Specimen. getProcessing()
Details concerning processing and processing steps for the specimen.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Specimen.Processing Modifier and Type Method Description protected Specimen.Processing.Builder
Specimen.Processing.Builder. from(Specimen.Processing processing)
Specimen.Builder
Specimen.Builder. processing(Specimen.Processing... processing)
Details concerning processing and processing steps for the specimen.protected void
Specimen.Processing.Builder. validate(Specimen.Processing processing)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Specimen.Processing Modifier and Type Method Description Specimen.Builder
Specimen.Builder. processing(java.util.Collection<Specimen.Processing> processing)
Details concerning processing and processing steps for the specimen.
-