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 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 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 description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property target : TGraphDefinitionTargetArray read GettargetArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property path : string read Getpath write Setpath;

A FHIR 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 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 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 target : TGraphDefinitionTargetArray read GettargetArray;

Potential target for the link.


Generated by PasDoc 0.15.0.