Class TGraphDefinitionLink
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property path : string read Getpath write Setpath; |
Path in the resource that contains the link.
|
|
property pathElement : Tstring read GetpathElement write SetpathElement; |
|
|
property sliceName : string read GetsliceName write SetsliceName; |
Which slice (if profiled).
|
|
property sliceNameElement : Tstring read GetsliceNameElement write SetsliceNameElement; |
|
|
property min : integer read Getmin write Setmin; |
Minimum occurrences for this link.
|
|
property minElement : Tinteger read GetminElement write SetminElement; |
|
|
property max : string read Getmax write Setmax; |
Maximum occurrences for this link.
|
|
property maxElement : Tstring read GetmaxElement write SetmaxElement; |
|
|
property description : string read Getdescription write Setdescription; |
Information about why this link is of interest in this graph definition.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
Generated by PasDoc 0.15.0.
|