Class TInventoryItemAssociation
Unit
bsFhir_r5
Declaration
type TInventoryItemAssociation = 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 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.
|
|
property relatedItem : TReference read GetrelatedItem write SetrelatedItem; |
The related item or product.
|
|
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.
|