Class TEvidenceReportTarget
Unit
bsFhir_r5
Declaration
type TEvidenceReportTarget = class(TBackboneElement)
Description
The EvidenceReport Resource is a specialized container for a collection of resources and codeable 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 url : string read Geturl write Seturl; |
Target of the relationship URL.
|
|
property urlElement : Turi read GeturlElement write SeturlElement; |
|
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
Target of the relationship Identifier.
|
|
property display : string read Getdisplay write Setdisplay; |
Target of the relationship Display.
|
|
property displayElement : Tmarkdown read GetdisplayElement write SetdisplayElement; |
|
|
property resource : TReference read Getresource write Setresource; |
Target of the relationship Resource reference.
|
Generated by PasDoc 0.15.0.
|