| Class TInventoryReportItemUnit
bsFhir_r5 Declaration
type TInventoryReportItem = class(TBackboneElement) Description
 A report of inventory or stock items.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | 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'.  |  
|  | property quantity : TQuantity read Getquantity write Setquantity; |  | 
 The quantity of the item or items being reported.  |  
|  | property item : TCodeableReference read Getitem write Setitem; |  | 
 The code or reference to the item type.  |  Generated by PasDoc 0.15.0.
 |