Class TMedicinalProductSpecialDesignation

Unit

Declaration

type TMedicinalProductSpecialDesignation = class(TBackboneElement)

Description

Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use).

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property intendedUse : TCodeableConcept read GetintendedUse write SetintendedUse;
Public property indication : TElement read Getindication write Setindication;
Public property status : TCodeableConcept read Getstatus write Setstatus;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property species : TCodeableConcept read Getspecies write Setspecies;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifier for the designation, or procedure number.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The type of special designation, e.g. orphan drug, minor use.

Public property intendedUse : TCodeableConcept read GetintendedUse write SetintendedUse;

The intended use of the product, e.g. prevention, treatment.

Public property indication : TElement read Getindication write Setindication;

Condition for which the medicinal use applies.

Public property status : TCodeableConcept read Getstatus write Setstatus;

For example granted, pending, expired or withdrawn.

Public property date_ : string read Getdate_ write Setdate_;

Date when the designation was granted.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property species : TCodeableConcept read Getspecies write Setspecies;

Animal species for which this applies.


Generated by PasDoc 0.15.0.