Class TLinkage

Unit

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

Public constructor Create; override;

Properties

Public property active : boolean read Getactive write Setactive;
Public property activeElement : Tboolean read GetactiveElement write SetactiveElement;
Public property author : TReference read Getauthor write Setauthor;
Public property item : TLinkageItemArray read GetitemArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property active : boolean read Getactive write Setactive;

Indicates whether the asserted set of linkages are considered to be "in effect".

Public property activeElement : Tboolean read GetactiveElement write SetactiveElement;
 
Public 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.

Public 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.