Class TInventoryItemDescription
Unit
bsFhir_r5
Declaration
type TInventoryItemDescription = class(TBackboneElement)
Description
A functional description of an inventory item used in inventory and supply-related workflows.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property language : string read Getlanguage write Setlanguage; |
The language for the item description, when an item must be described in different languages and those languages may be authoritative and not translations of a 'main' language.
|
|
property languageElement : TCommonLanguages read GetlanguageElement write SetlanguageElement; |
|
|
property description : string read Getdescription write Setdescription; |
Textual description of the item.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
Generated by PasDoc 0.15.0.
|