Class TLinkage
Unit
bsFhir_stu3
Declaration
type TLinkage = class(TDomainResource)
Description
Identifies two or more records (resource instances) that are referring 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 and who establishes the context for evaluating the nature of each linkage.
|
|
property item : TLinkageItemArray read GetitemArray; |
Identifies one of the records that is considered to refer to the same real-world occurrence as well as how the items hould be evaluated within the collection of linked items.
|
Generated by PasDoc 0.15.0.
|