Class TLinkage
Unit
bsFhir_r4b
Declaration
type TLinkage = class(TDomainResource)
Description
Identifies two or more records (resource instances) that refer to the same real-world "occurrence". If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property active : boolean read Getactive write Setactive; |
Indicates whether the asserted set of linkages are considered to be "in effect".
|
|
property activeElement : Tboolean read GetactiveElement write SetactiveElement; |
|
|
property author : TReference read Getauthor write Setauthor; |
Identifies the user or organization responsible for asserting the linkages as well as the user or organization who establishes the context in which the nature of each linkage is evaluated.
|
|
property item : TLinkageItemArray read GetitemArray; |
Identifies which record considered as the reference to the same real-world occurrence as well as how the items should be evaluated within the collection of linked items.
|
Generated by PasDoc 0.15.0.
|