Batch
public struct Batch : Equatable, Hashable, Codable
Information that only applies to packages.
-
Declaration
Swift
public init(lotNumber: String? = nil, expiresOn: String? = nil)
-
Identifier assigned to batch (charge number of product, only dispensed medications)
Declaration
Swift
public let lotNumber: String?
-
When this specific batch of product will expire (only available for dispensed medications)
Declaration
Swift
public let expiresOn: String?