Class TMedicinalProductAuthorizationProcedure

Unit

Declaration

type TMedicinalProductAuthorizationProcedure = class(TBackboneElement)

Description

The regulatory authorization of a medicinal product.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property date_ : TElement read Getdate_ write Setdate_;
Public property application : TMedicinalProductAuthorizationProcedureArray read GetapplicationArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Identifier for this procedure.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Type of procedure.

Public property date_ : TElement read Getdate_ write Setdate_;

Date of procedure.

Public property application : TMedicinalProductAuthorizationProcedureArray read GetapplicationArray;

Applcations submitted to obtain a marketing authorization.


Generated by PasDoc 0.15.0.