Class TNutritionProductInstance
Unit
bsFhir_r4b
Declaration
type TNutritionProductInstance = class(TBackboneElement)
Description
A food or fluid product 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.
|
|
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; |
|
Generated by PasDoc 0.15.0.
|