Class TInventoryItemInstance
Unit
bsFhir_r5
Declaration
type TInventoryItemInstance = class(TBackboneElement)
Description
A functional description of an inventory item used in inventory and supply-related workflows.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
The identifier for the physical instance, typically a serial number.
|
|
property lotNumber : string read GetlotNumber write SetlotNumber; |
The lot or batch number of the item.
|
|
property lotNumberElement : Tstring read GetlotNumberElement write SetlotNumberElement; |
|
|
property expiry : string read Getexpiry write Setexpiry; |
The expiry date or date and time for the product.
|
|
property expiryElement : TdateTime_ read GetexpiryElement write SetexpiryElement; |
|
|
property subject : TReference read Getsubject write Setsubject; |
The subject that the item is associated with.
|
|
property location : TReference read Getlocation write Setlocation; |
The location that the item is associated with.
|
Generated by PasDoc 0.15.0.
|