Class TLinkageItem
Unit
bsFhir_r4b
Declaration
type TLinkageItem = class(TBackboneElement)
Description
Identifies two or more records (resource instances) that refer to the same real-world "occurrence".
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property type_ : string read Gettype_ write Settype_; |
Distinguishes which item is "source of truth" (if any) and which items are no longer considered to be current representations.
|
 |
property type_Element : TLinkageType read Gettype_Element write Settype_Element; |
|
 |
property resource : TReference read Getresource write Setresource; |
The resource instance being linked as part of the group.
|
Generated by PasDoc 0.15.0.
|