Class TInventoryReportItem

Unit

Declaration

type TInventoryReportItem = class(TBackboneElement)

Description

A report of inventory or stock items.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property category : TCodeableConcept read Getcategory write Setcategory;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property item : TCodeableReference read Getitem write Setitem;

Description

Methods

Public constructor Create; override;
 

Properties

Public property category : TCodeableConcept read Getcategory write Setcategory;

The inventory category or classification of the items being reported. This is meant not for defining the product, but for inventory categories e.g. 'pending recount' or 'damaged'.

Public property quantity : TQuantity read Getquantity write Setquantity;

The quantity of the item or items being reported.

Public property item : TCodeableReference read Getitem write Setitem;

The code or reference to the item type.


Generated by PasDoc 0.15.0.