Class TClinicalUseDefinitionWarning
Unit
bsFhir_r4b
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
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property description : string read Getdescription write Setdescription; |
A textual definition of this warning, with formatting.
|
 |
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
 |
property code : TCodeableConcept read Getcode write Setcode; |
A coded or unformatted textual definition of this warning.
|
Generated by PasDoc 0.15.0.
|