Class TProductShelfLife

Unit

Declaration

type TProductShelfLife = class(TBackboneType)

Description

The shelf-life and storage information for a medicinal product item or container can be described using this class. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property periodDuration : TDuration read GetperiodDuration write SetperiodDuration;
Public property periodString : string read GetperiodString write SetperiodString;
Public property periodStringElement : Tstring read GetperiodStringElement write SetperiodStringElement;
Public property specialPrecautionsForStorage : TCodeableConceptArray read GetspecialPrecautionsForStorageArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

This describes the shelf life, taking into account various scenarios such as shelf life of the packaged Medicinal Product itself, shelf life after transformation where necessary and shelf life after the first opening of a bottle, etc. The shelf life type shall be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified.

Public property periodDuration : TDuration read GetperiodDuration write SetperiodDuration;

The shelf life time period can be specified using a numerical value for the period of time and its unit of time measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used. (choose any one of period*, but only one)

Public property periodString : string read GetperiodString write SetperiodString;

The shelf life time period can be specified using a numerical value for the period of time and its unit of time measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used. (choose any one of period*, but only one)

Public property periodStringElement : Tstring read GetperiodStringElement write SetperiodStringElement;
 
Public property specialPrecautionsForStorage : TCodeableConceptArray read GetspecialPrecautionsForStorageArray;

Special precautions for storage, if any, can be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified.


Generated by PasDoc 0.15.0.