Class TNutritionProductInstance

Unit

Declaration

type TNutritionProductInstance = class(TBackboneElement)

Description

A food or fluid product that is consumed by patients.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property quantity : TQuantity read Getquantity write Setquantity;
Public property identifier : TIdentifierArray read GetidentifierArray;
Public property lotNumber : string read GetlotNumber write SetlotNumber;
Public property lotNumberElement : Tstring read GetlotNumberElement write SetlotNumberElement;
Public property expiry : string read Getexpiry write Setexpiry;
Public property expiryElement : TdateTime_ read GetexpiryElement write SetexpiryElement;
Public property useBy : string read GetuseBy write SetuseBy;
Public property useByElement : TdateTime_ read GetuseByElement write SetuseByElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property identifier : TIdentifierArray read GetidentifierArray;

The identifier for the physical instance, typically a serial number.

Public property lotNumber : string read GetlotNumber write SetlotNumber;

The identification of the batch or lot of the product.

Public property lotNumberElement : Tstring read GetlotNumberElement write SetlotNumberElement;
 
Public 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.

Public property expiryElement : TdateTime_ read GetexpiryElement write SetexpiryElement;
 
Public 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.

Public property useByElement : TdateTime_ read GetuseByElement write SetuseByElement;
 

Generated by PasDoc 0.15.0.