Class TInventoryItemInstance

Unit

Declaration

type TInventoryItemInstance = class(TBackboneElement)

Description

A functional description of an inventory item used in inventory and supply-related workflows.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property lotNumber : string read GetlotNumber write SetlotNumber;
Public property lotNumberElement : Tstring read GetlotNumberElement write SetlotNumberElement;
Public property expiry : string read Getexpiry write Setexpiry;
Public property expiryElement : TdateTime_ read GetexpiryElement write SetexpiryElement;
Public property subject : TReference read Getsubject write Setsubject;
Public property location : TReference read Getlocation write Setlocation;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

The identifier for the physical instance, typically a serial number.

Public property lotNumber : string read GetlotNumber write SetlotNumber;

The lot or batch number of the item.

Public property lotNumberElement : Tstring read GetlotNumberElement write SetlotNumberElement;
 
Public property expiry : string read Getexpiry write Setexpiry;

The expiry date or date and time for the product.

Public property expiryElement : TdateTime_ read GetexpiryElement write SetexpiryElement;
 
Public property subject : TReference read Getsubject write Setsubject;

The subject that the item is associated with.

Public property location : TReference read Getlocation write Setlocation;

The location that the item is associated with.


Generated by PasDoc 0.15.0.