Class TInventoryItemAssociation

Unit

Declaration

type TInventoryItemAssociation = 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 associationType : TCodeableConcept read GetassociationType write SetassociationType;
Public property relatedItem : TReference read GetrelatedItem write SetrelatedItem;
Public property quantity : TRatio read Getquantity write Setquantity;

Description

Methods

Public constructor Create; override;
 

Properties

Public property associationType : TCodeableConcept read GetassociationType write SetassociationType;

This attribute defined the type of association when establishing associations or relations between items, e.g. 'packaged within' or 'used with' or 'to be mixed with.

Public property relatedItem : TReference read GetrelatedItem write SetrelatedItem;

The related item or product.

Public property quantity : TRatio read Getquantity write Setquantity;

The quantity of the related product in this product - Numerator is the quantity of the related product. Denominator is the quantity of the present product. For example a value of 20 means that this product contains 20 units of the related product; a value of 1:20 means the inverse - that the contained product contains 20 units of the present product.


Generated by PasDoc 0.15.0.