Class TMedicinalProductAuthorizationJurisdictionalAuthorization

Unit

Declaration

type TMedicinalProductAuthorizationJurisdictionalAuthorization = class(TBackboneElement)

Description

The regulatory authorization of a medicinal product.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property country : TCodeableConcept read Getcountry write Setcountry;
Public property jurisdiction : TCodeableConceptArray read GetjurisdictionArray;
Public property legalStatusOfSupply : TCodeableConcept read GetlegalStatusOfSupply write SetlegalStatusOfSupply;
Public property validityPeriod : TPeriod read GetvalidityPeriod write SetvalidityPeriod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

The assigned number for the marketing authorization.

Public property country : TCodeableConcept read Getcountry write Setcountry;

Country of authorization.

Public property jurisdiction : TCodeableConceptArray read GetjurisdictionArray;

Jurisdiction within a country.

Public property legalStatusOfSupply : TCodeableConcept read GetlegalStatusOfSupply write SetlegalStatusOfSupply;

The legal status of supply in a jurisdiction or region.

Public property validityPeriod : TPeriod read GetvalidityPeriod write SetvalidityPeriod;

The start and expected end date of the authorization.


Generated by PasDoc 0.15.0.