Class TGraphDefinitionTarget
Unit
bsFhir_r4
Declaration
type TGraphDefinitionTarget = 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 type_ : string read Gettype_ write Settype_; |
Type of resource this link refers to.
|
|
property type_Element : Tcode read Gettype_Element write Settype_Element; |
|
|
property params : string read Getparams write Setparams; |
A set of parameters to look up.
|
|
property paramsElement : Tstring read GetparamsElement write SetparamsElement; |
|
|
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.
|