Class TInventoryItemName
Unit
bsFhir_r5
Declaration
type TInventoryItemName = 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 nameType : TCoding read GetnameType write SetnameType; |
The type of name e.g. 'brand-name', 'functional-name', 'common-name'.
|
|
property language : string read Getlanguage write Setlanguage; |
The language that the item name is expressed in.
|
|
property languageElement : TCommonLanguages read GetlanguageElement write SetlanguageElement; |
|
|
property name_ : string read Getname_ write Setname_; |
The name or designation that the item is given.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
Generated by PasDoc 0.15.0.
|