Class TNutritionProductInstance

Unit

Declaration

type TNutritionProductInstance = class(TBackboneElement)

Description

A food or supplement 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 name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
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;
Public property biologicalSourceEvent : TIdentifier read GetbiologicalSourceEvent write SetbiologicalSourceEvent;

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 or manufacturer number.

Public property name_ : string read Getname_ write Setname_;

The name for the specific product.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
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;
 
Public 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.