Class TEvidenceReportRelatesTo
Unit
bsFhir_r4b
Declaration
type TEvidenceReportRelatesTo = 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 : string read Getcode write Setcode; |
The type of relationship that this composition has with anther composition or document.
|
|
property target : TElement read Gettarget write Settarget; |
The target composition/document of this relationship.
|
Generated by PasDoc 0.15.0.
|