Class TInventoryReport
Unit
bsFhir_r5
Declaration
type TInventoryReport = class(TDomainResource)
Description
A report of inventory or stock items. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Business identifier for the InventoryReport.
|
|
property status : string read Getstatus write Setstatus; |
The status of the inventory check or notification - whether this is draft (e.g. the report is still pending some updates) or active.
|
|
property countType : string read GetcountType write SetcountType; |
Whether the report is about the current inventory count (snapshot) or a differential change in inventory (change).
|
|
property countTypeElement : TInventoryCountType read GetcountTypeElement write SetcountTypeElement; |
|
|
property operationType : TCodeableConcept read GetoperationType write SetoperationType; |
What type of operation is being performed - addition or subtraction.
|
|
property operationTypeReason : TCodeableConcept read GetoperationTypeReason write SetoperationTypeReason; |
The reason for this count - regular count, ad-hoc count, new arrivals, etc.
|
|
property reportedDateTime : string read GetreportedDateTime write SetreportedDateTime; |
When the report has been submitted.
|
|
property reportedDateTimeElement : TdateTime_ read GetreportedDateTimeElement write SetreportedDateTimeElement; |
|
|
property reporter : TReference read Getreporter write Setreporter; |
Who submits the report.
|
|
property reportingPeriod : TPeriod read GetreportingPeriod write SetreportingPeriod; |
The period the report refers to.
|
|
property note : TAnnotationArray read GetnoteArray; |
A note associated with the InventoryReport.
|
Generated by PasDoc 0.15.0.
|