Uses of Class
com.ibm.fhir.model.type.ProductShelfLife
-
Packages that use ProductShelfLife Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of ProductShelfLife in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return types with arguments of type ProductShelfLife Modifier and Type Method Description List<ProductShelfLife>DeviceDefinition. getShelfLifeStorage()Shelf Life and storage information.List<ProductShelfLife>MedicinalProductPackaged.PackageItem. getShelfLifeStorage()Shelf Life and storage information.Methods in com.ibm.fhir.model.resource with parameters of type ProductShelfLife Modifier and Type Method Description DeviceDefinition.BuilderDeviceDefinition.Builder. shelfLifeStorage(ProductShelfLife... shelfLifeStorage)Shelf Life and storage information.MedicinalProductPackaged.PackageItem.BuilderMedicinalProductPackaged.PackageItem.Builder. shelfLifeStorage(ProductShelfLife... shelfLifeStorage)Shelf Life and storage information.Method parameters in com.ibm.fhir.model.resource with type arguments of type ProductShelfLife Modifier and Type Method Description DeviceDefinition.BuilderDeviceDefinition.Builder. shelfLifeStorage(Collection<ProductShelfLife> shelfLifeStorage)Shelf Life and storage information.MedicinalProductPackaged.PackageItem.BuilderMedicinalProductPackaged.PackageItem.Builder. shelfLifeStorage(Collection<ProductShelfLife> shelfLifeStorage)Shelf Life and storage information. -
Uses of ProductShelfLife in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return ProductShelfLife Modifier and Type Method Description ProductShelfLifeProductShelfLife.Builder. build()Build theProductShelfLifeMethods in com.ibm.fhir.model.type with parameters of type ProductShelfLife Modifier and Type Method Description protected ProductShelfLife.BuilderProductShelfLife.Builder. from(ProductShelfLife productShelfLife) -
Uses of ProductShelfLife in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type ProductShelfLife Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, ProductShelfLife productShelfLife)Delegates to#visit(elementName, elementIndex, BackboneElement)booleanVisitor. visit(String elementName, int elementIndex, ProductShelfLife productShelfLife)
-