Class TClinicalUseDefinitionWarning

Unit

Declaration

type TClinicalUseDefinitionWarning = class(TBackboneElement)

Description

A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property code : TCodeableConcept read Getcode write Setcode;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

A textual definition of this warning, with formatting.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property code : TCodeableConcept read Getcode write Setcode;

A coded or unformatted textual definition of this warning.


Generated by PasDoc 0.15.0.