Class TGraphDefinitionCompartment
Unit
bsFhir_stu3
Declaration
type TGraphDefinitionCompartment = 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 code : string read Getcode write Setcode; |
Identifies the compartment.
|
|
property codeElement : TCompartmentType read GetcodeElement write SetcodeElement; |
|
|
property rule : string read Getrule write Setrule; |
identical | matching | different | no-rule | custom.
|
|
property expression : string read Getexpression write Setexpression; |
Custom rule, as a FHIRPath expression.
|
|
property expressionElement : Tstring read GetexpressionElement write SetexpressionElement; |
|
|
property description : string read Getdescription write Setdescription; |
Documentation for FHIRPath expression.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
Generated by PasDoc 0.15.0.
|