Class TInventoryReportInventoryListing
Unit
bsFhir_r5
Declaration
type TInventoryReportInventoryListing = class(TBackboneElement)
Description
A report of inventory or stock items.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property location : TReference read Getlocation write Setlocation; |
Location of the inventory items.
|
|
property itemStatus : TCodeableConcept read GetitemStatus write SetitemStatus; |
The status of the items.
|
|
property countingDateTime : string read GetcountingDateTime write SetcountingDateTime; |
The date and time when the items were counted.
|
|
property countingDateTimeElement : TdateTime_ read GetcountingDateTimeElement write SetcountingDateTimeElement; |
|
Generated by PasDoc 0.15.0.
|