Class TEvidenceReportCharacteristic
Unit
bsFhir_r4b
Declaration
type TEvidenceReportCharacteristic = class(TBackboneElement)
Description
The EvidenceReport Resource is a specialized container for a collection of resources and codable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
Characteristic code.
|
|
property value : TElement read Getvalue write Setvalue; |
Characteristic value.
|
|
property exclude : boolean read Getexclude write Setexclude; |
Is used to express not the characteristic.
|
|
property excludeElement : Tboolean read GetexcludeElement write SetexcludeElement; |
|
|
property period : TPeriod read Getperiod write Setperiod; |
Timeframe for the characteristic.
|
Generated by PasDoc 0.15.0.
|