Class TEvidenceVariableCategory
Unit
bsFhir_r4b
Declaration
type TEvidenceVariableCategory = class(TBackboneElement)
Description
The EvidenceVariable resource describes an element that knowledge (Evidence) is about.
Hierarchy
Overview
Methods
Properties
|
property name_ : string read Getname_ write Setname_; |
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
property value : TElement read Getvalue write Setvalue; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
A human-readable title or representation of the grouping.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property value : TElement read Getvalue write Setvalue; |
Value or set of values that define the grouping.
|
Generated by PasDoc 0.15.0.
|