Class TNutritionProductProductCharacteristic
Unit
bsFhir_r4b
Declaration
type TNutritionProductProductCharacteristic = class(TBackboneElement)
Description
A food or fluid product 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 value : TElement read Getvalue write Setvalue; |
The actual characteristic value corresponding to the type.
|
Generated by PasDoc 0.15.0.
|