Class TMedicinalProductDefinitionName

Unit

Declaration

type TMedicinalProductDefinitionName = class(TBackboneElement)

Description

A medicinal product, being a substance or combination of substances that is intended to treat, prevent or diagnose a disease, or to restore, correct or modify physiological functions by exerting a pharmacological, immunological or metabolic action. This resource is intended to define and detail such products and their properties, for uses other than direct patient care (e.g. regulatory use, or drug catalogs).

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property productName : string read GetproductName write SetproductName;
Public property productNameElement : Tstring read GetproductNameElement write SetproductNameElement;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property part : TMedicinalProductDefinitionPartArray read GetpartArray;
Public property usage : TMedicinalProductDefinitionUsageArray read GetusageArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property productName : string read GetproductName write SetproductName;

The full product name.

Public property productNameElement : Tstring read GetproductNameElement write SetproductNameElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Type of product name, such as rINN, BAN, Proprietary, Non-Proprietary.

Public property part : TMedicinalProductDefinitionPartArray read GetpartArray;

Coding words or phrases of the name.

Public property usage : TMedicinalProductDefinitionUsageArray read GetusageArray;

Country and jurisdiction where the name applies, and associated language.


Generated by PasDoc 0.15.0.