Class TNutritionProductInstance
Unit
bsFhir_r5
Declaration
type TNutritionProductInstance = class(TBackboneElement)
Description
A food or supplement that is consumed by patients.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property quantity : TQuantity read Getquantity write Setquantity; |
The amount of items or instances that the resource considers, for instance when referring to 2 identical units together.
|
|
property identifier : TIdentifierArray read GetidentifierArray; |
The identifier for the physical instance, typically a serial number or manufacturer number.
|
|
property name_ : string read Getname_ write Setname_; |
The name for the specific product.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property lotNumber : string read GetlotNumber write SetlotNumber; |
The identification of the batch or lot of the product.
|
|
property lotNumberElement : Tstring read GetlotNumberElement write SetlotNumberElement; |
|
|
property expiry : string read Getexpiry write Setexpiry; |
The time after which the product is no longer expected to be in proper condition, or its use is not advised or not allowed.
|
|
property expiryElement : TdateTime_ read GetexpiryElement write SetexpiryElement; |
|
|
property useBy : string read GetuseBy write SetuseBy; |
The time after which the product is no longer expected to be in proper condition, or its use is not advised or not allowed.
|
|
property useByElement : TdateTime_ read GetuseByElement write SetuseByElement; |
|
|
property biologicalSourceEvent : TIdentifier read GetbiologicalSourceEvent write SetbiologicalSourceEvent; |
An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled.
|
Generated by PasDoc 0.15.0.
|