Class TEvidenceVariableCategory

Unit

Declaration

type TEvidenceVariableCategory = class(TBackboneElement)

Description

The EvidenceVariable resource describes an element that knowledge (Evidence) is about.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueRange : TRange read GetvalueRange write SetvalueRange;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

Description of the grouping.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

Definition of the grouping. (choose any one of value*, but only one)

Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

Definition of the grouping. (choose any one of value*, but only one)

Public property valueRange : TRange read GetvalueRange write SetvalueRange;

Definition of the grouping. (choose any one of value*, but only one)


Generated by PasDoc 0.15.0.