Class TGraphDefinitionLink

Unit

Declaration

type TGraphDefinitionLink = class(TBackboneElement)

Description

A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property min : integer read Getmin write Setmin;
Public property minElement : Tinteger read GetminElement write SetminElement;
Public property max : string read Getmax write Setmax;
Public property maxElement : Tstring read GetmaxElement write SetmaxElement;
Public property sourceId : string read GetsourceId write SetsourceId;
Public property sourceIdElement : Tid read GetsourceIdElement write SetsourceIdElement;
Public property path : string read Getpath write Setpath;
Public property pathElement : Tstring read GetpathElement write SetpathElement;
Public property sliceName : string read GetsliceName write SetsliceName;
Public property sliceNameElement : Tstring read GetsliceNameElement write SetsliceNameElement;
Public property targetId : string read GettargetId write SettargetId;
Public property targetIdElement : Tid read GettargetIdElement write SettargetIdElement;
Public property params : string read Getparams write Setparams;
Public property paramsElement : Tstring read GetparamsElement write SetparamsElement;
Public property compartment : TGraphDefinitionCompartmentArray read GetcompartmentArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

Information about why this link is of interest in this graph definition.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property min : integer read Getmin write Setmin;

Minimum occurrences for this link.

Public property minElement : Tinteger read GetminElement write SetminElement;
 
Public property max : string read Getmax write Setmax;

Maximum occurrences for this link.

Public property maxElement : Tstring read GetmaxElement write SetmaxElement;
 
Public property sourceId : string read GetsourceId write SetsourceId;

The source node for this link.

Public property sourceIdElement : Tid read GetsourceIdElement write SetsourceIdElement;
 
Public property path : string read Getpath write Setpath;

A FHIRPath expression that identifies one of FHIR References to other resources.

Public property pathElement : Tstring read GetpathElement write SetpathElement;
 
Public property sliceName : string read GetsliceName write SetsliceName;

Which slice (if profiled).

Public property sliceNameElement : Tstring read GetsliceNameElement write SetsliceNameElement;
 
Public property targetId : string read GettargetId write SettargetId;

The target node for this link.

Public property targetIdElement : Tid read GettargetIdElement write SettargetIdElement;
 
Public property params : string read Getparams write Setparams;

A set of parameters to look up.

Public property paramsElement : Tstring read GetparamsElement write SetparamsElement;
 
Public property compartment : TGraphDefinitionCompartmentArray read GetcompartmentArray;

Compartment Consistency Rules.


Generated by PasDoc 0.15.0.