Class TEvidenceVariableCategory
Unit
bsFhir_r5
Declaration
type TEvidenceVariableCategory = class(TBackboneElement)
Description
The EvidenceVariable resource describes an element that knowledge (Evidence) is about.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property name_ : string read Getname_ write Setname_; |
Description of the grouping.
|
 |
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
 |
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
Definition of the grouping. (choose any one of value*, but only one)
|
 |
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
Definition of the grouping. (choose any one of value*, but only one)
|
 |
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.
|