Class TMedicinalProductDefinitionCharacteristic

Unit

Declaration

type TMedicinalProductDefinitionCharacteristic = class(TBackboneElement)

Description

A medicinal product, being a substance or combination of substances that is intended to treat, prevent or diagnose a disease, or to restore, correct or modify physiological functions by exerting a pharmacological, immunological or metabolic action. This resource is intended to define and detail such products and their properties, for uses other than direct patient care (e.g. regulatory use, or drug catalogs).

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;
Public property valueMarkdown : string read GetvalueMarkdown write SetvalueMarkdown;
Public property valueMarkdownElement : Tmarkdown read GetvalueMarkdownElement write SetvalueMarkdownElement;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;
Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
Public property valueDate : string read GetvalueDate write SetvalueDate;
Public property valueDateElement : Tdate_ read GetvalueDateElement write SetvalueDateElement;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

A code expressing the type of characteristic.

Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

A value for the characteristic.text. (choose any one of value*, but only one)

Public property valueMarkdown : string read GetvalueMarkdown write SetvalueMarkdown;

A value for the characteristic.text. (choose any one of value*, but only one)

Public property valueMarkdownElement : Tmarkdown read GetvalueMarkdownElement write SetvalueMarkdownElement;
 
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

A value for the characteristic.text. (choose any one of value*, but only one)

Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;

A value for the characteristic.text. (choose any one of value*, but only one)

Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
 
Public property valueDate : string read GetvalueDate write SetvalueDate;

A value for the characteristic.text. (choose any one of value*, but only one)

Public property valueDateElement : Tdate_ read GetvalueDateElement write SetvalueDateElement;
 
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

A value for the characteristic.text. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;

A value for the characteristic.text. (choose any one of value*, but only one)


Generated by PasDoc 0.15.0.