Class TInventoryItem
Unit
bsFhir_r5
Declaration
type TInventoryItem = class(TDomainResource)
Description
A functional description of an inventory item used in inventory and supply-related workflows. 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 inventory item.
|
|
property status : string read Getstatus write Setstatus; |
Status of the item entry.
|
|
property name_ : TInventoryItemNameArray read Getname_Array; |
The item name(s) - the brand name, or common name, functional name, generic name.
|
|
property description : TInventoryItemDescription read Getdescription write Setdescription; |
The descriptive characteristics of the inventory item.
|
|
property inventoryStatus : TCodeableConceptArray read GetinventoryStatusArray; |
The usage status e.g. recalled, in use, discarded... This can be used to indicate that the items have been taken out of inventory, or are in use, etc.
|
|
property baseUnit : TCodeableConcept read GetbaseUnit write SetbaseUnit; |
The base unit of measure - the unit in which the product is used or counted.
|
|
property netContent : TQuantity read GetnetContent write SetnetContent; |
Net content or amount present in the item.
|
|
property instance : TInventoryItemInstance read Getinstance write Setinstance; |
Instances or occurrences of the product.
|
|
property productReference : TReference read GetproductReference write SetproductReference; |
Link to a product resource used in clinical workflows.
|
Generated by PasDoc 0.15.0.
|