Class TGraphDefinitionCompartment
Unit
bsFhir_r4b
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 use : string read Getuse write Setuse; |
Defines how the compartment rule is used - whether it it is used to test whether resources are subject to the rule, or whether it is a rule that must be followed.
|
|
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.
|