Class TMedicinalProductManufacturingBusinessOperation

Unit

Declaration

type TMedicinalProductManufacturingBusinessOperation = 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 operationType : TCodeableConcept read GetoperationType write SetoperationType;
Public property authorisationReferenceNumber : TIdentifier read GetauthorisationReferenceNumber write SetauthorisationReferenceNumber;
Public property effectiveDate : string read GeteffectiveDate write SeteffectiveDate;
Public property effectiveDateElement : TdateTime_ read GeteffectiveDateElement write SeteffectiveDateElement;
Public property confidentialityIndicator : TCodeableConcept read GetconfidentialityIndicator write SetconfidentialityIndicator;
Public property manufacturer : TReferenceArray read GetmanufacturerArray;
Public property regulator : TReference read Getregulator write Setregulator;

Description

Methods

Public constructor Create; override;
 

Properties

Public property operationType : TCodeableConcept read GetoperationType write SetoperationType;

The type of manufacturing operation.

Public property authorisationReferenceNumber : TIdentifier read GetauthorisationReferenceNumber write SetauthorisationReferenceNumber;

Regulatory authorization reference number.

Public property effectiveDate : string read GeteffectiveDate write SeteffectiveDate;

Regulatory authorization date.

Public property effectiveDateElement : TdateTime_ read GeteffectiveDateElement write SeteffectiveDateElement;
 
Public property confidentialityIndicator : TCodeableConcept read GetconfidentialityIndicator write SetconfidentialityIndicator;

To indicate if this proces is commercially confidential.

Public property manufacturer : TReferenceArray read GetmanufacturerArray;

The manufacturer or establishment associated with the process.

Public property regulator : TReference read Getregulator write Setregulator;

A regulator which oversees the operation.


Generated by PasDoc 0.15.0.