Class TInventoryItemCharacteristic
Unit
bsFhir_r5
Declaration
type TInventoryItemCharacteristic = 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 characteristicType : TCodeableConcept read GetcharacteristicType write SetcharacteristicType; |
The type of characteristic that is being defined.
|
 |
property valueString : string read GetvalueString write SetvalueString; |
The value of the attribute. (choose any one of value*, but only one)
|
 |
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
 |
property valueInteger : integer read GetvalueInteger write SetvalueInteger; |
The value of the attribute. (choose any one of value*, but only one)
|
 |
property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement; |
|
 |
property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal; |
The value of the attribute. (choose any one of value*, but only one)
|
 |
property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement; |
|
 |
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
The value of the attribute. (choose any one of value*, but only one)
|
 |
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
 |
property valueUrl : string read GetvalueUrl write SetvalueUrl; |
The value of the attribute. (choose any one of value*, but only one)
|
 |
property valueUrlElement : Turl read GetvalueUrlElement write SetvalueUrlElement; |
|
 |
property valueDateTime : string read GetvalueDateTime write SetvalueDateTime; |
The value of the attribute. (choose any one of value*, but only one)
|
 |
property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement; |
|
 |
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
The value of the attribute. (choose any one of value*, but only one)
|
 |
property valueRange : TRange read GetvalueRange write SetvalueRange; |
The value of the attribute. (choose any one of value*, but only one)
|
 |
property valueRatio : TRatio read GetvalueRatio write SetvalueRatio; |
The value of the attribute. (choose any one of value*, but only one)
|
 |
property valueAnnotation : TAnnotation read GetvalueAnnotation write SetvalueAnnotation; |
The value of the attribute. (choose any one of value*, but only one)
|
 |
property valueAddress : TAddress read GetvalueAddress write SetvalueAddress; |
The value of the attribute. (choose any one of value*, but only one)
|
 |
property valueDuration : TDuration read GetvalueDuration write SetvalueDuration; |
The value of the attribute. (choose any one of value*, but only one)
|
 |
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
The value of the attribute. (choose any one of value*, but only one)
|
Generated by PasDoc 0.15.0.
|