Class TLinkage

Unit

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

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 as well as the user or organization who establishes the context in which the nature of each linkage is evaluated.

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