Uses of Class
com.ibm.fhir.model.resource.SpecimenDefinition.TypeTested.Handling
-
Packages that use SpecimenDefinition.TypeTested.Handling Package Description com.ibm.fhir.model.resource -
-
Uses of SpecimenDefinition.TypeTested.Handling in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SpecimenDefinition.TypeTested.Handling Modifier and Type Method Description SpecimenDefinition.TypeTested.HandlingSpecimenDefinition.TypeTested.Handling.Builder. build()Build theSpecimenDefinition.TypeTested.HandlingMethods in com.ibm.fhir.model.resource that return types with arguments of type SpecimenDefinition.TypeTested.Handling Modifier and Type Method Description List<SpecimenDefinition.TypeTested.Handling>SpecimenDefinition.TypeTested. getHandling()Set of instructions for preservation/transport of the specimen at a defined temperature interval, prior the testing process.Methods in com.ibm.fhir.model.resource with parameters of type SpecimenDefinition.TypeTested.Handling Modifier and Type Method Description protected SpecimenDefinition.TypeTested.Handling.BuilderSpecimenDefinition.TypeTested.Handling.Builder. from(SpecimenDefinition.TypeTested.Handling handling)SpecimenDefinition.TypeTested.BuilderSpecimenDefinition.TypeTested.Builder. handling(SpecimenDefinition.TypeTested.Handling... handling)Set of instructions for preservation/transport of the specimen at a defined temperature interval, prior the testing process.Method parameters in com.ibm.fhir.model.resource with type arguments of type SpecimenDefinition.TypeTested.Handling Modifier and Type Method Description SpecimenDefinition.TypeTested.BuilderSpecimenDefinition.TypeTested.Builder. handling(Collection<SpecimenDefinition.TypeTested.Handling> handling)Set of instructions for preservation/transport of the specimen at a defined temperature interval, prior the testing process.
-