Class TNutritionProductCharacteristic
Unit
bsFhir_r5
Declaration
type TNutritionProductCharacteristic = class(TBackboneElement)
Description
A food or supplement that is consumed by patients.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property type_ : TCodeableConcept read Gettype_ write Settype_; |
A code specifying which characteristic of the product is being described (for example, colour, shape).
|
 |
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
The actual characteristic value corresponding to the type. (choose any one of value*, but only one)
|
 |
property valueString : string read GetvalueString write SetvalueString; |
The actual characteristic value corresponding to the type. (choose any one of value*, but only one)
|
 |
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
 |
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
The actual characteristic value corresponding to the type. (choose any one of value*, but only one)
|
 |
property valueBase64Binary : string read GetvalueBase64Binary write SetvalueBase64Binary; |
The actual characteristic value corresponding to the type. (choose any one of value*, but only one)
|
 |
property valueBase64BinaryElement : Tbase64Binary read GetvalueBase64BinaryElement write SetvalueBase64BinaryElement; |
|
 |
property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment; |
The actual characteristic value corresponding to the type. (choose any one of value*, but only one)
|
 |
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
The actual characteristic value corresponding to the type. (choose any one of value*, but only one)
|
 |
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
Generated by PasDoc 0.15.0.
|