Class TPackagedProductDefinitionShelfLifeStorage
Unit
bsFhir_r4b
Declaration
type TPackagedProductDefinitionShelfLifeStorage = class(TBackboneElement)
Description
A medically related item or items, in a container or package.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property period : TElement read Getperiod write Setperiod; |
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.
|
|
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.
|