Class TGraphDefinitionNode
Unit
bsFhir_r5
Declaration
type TGraphDefinitionNode = 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 nodeId : string read GetnodeId write SetnodeId; |
Internal ID of node - target for link references.
|
|
property nodeIdElement : Tid read GetnodeIdElement write SetnodeIdElement; |
|
|
property description : string read Getdescription write Setdescription; |
Information about why this node is of interest in this graph definition.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property type_ : string read Gettype_ write Settype_; |
Type of resource this link refers to.
|
|
property profile : string read Getprofile write Setprofile; |
Profile for the target resource.
|
|
property profileElement : Tcanonical read GetprofileElement write SetprofileElement; |
|
Generated by PasDoc 0.15.0.
|