Class TRegulatedAuthorizationCase

Unit

Declaration

type TRegulatedAuthorizationCase = class(TBackboneElement)

Description

Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to 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 status : TCodeableConcept read Getstatus write Setstatus;
Public property date_ : TElement read Getdate_ write Setdate_;
Public property application : TRegulatedAuthorizationCaseArray read GetapplicationArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Identifier by which this case can be referenced.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The defining type of case.

Public property status : TCodeableConcept read Getstatus write Setstatus;

The status associated with the case.

Public property date_ : TElement read Getdate_ write Setdate_;

Relevant date for this case.

Public property application : TRegulatedAuthorizationCaseArray read GetapplicationArray;

A regulatory submission from an organization to a regulator, as part of an assessing case. Multiple applications may occur over time, with more or different information to support or modify the submission or the authorization. The applications can be considered as steps within the longer running case or procedure for this authorization process.


Generated by PasDoc 0.15.0.