Class TGraphDefinitionCompartment

Unit

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

Public constructor Create; override;

Properties

Public property code : string read Getcode write Setcode;
Public property codeElement : TCompartmentType read GetcodeElement write SetcodeElement;
Public property rule : string read Getrule write Setrule;
Public property ruleElement : TGraphCompartmentRule read GetruleElement write SetruleElement;
Public property expression : string read Getexpression write Setexpression;
Public property expressionElement : Tstring read GetexpressionElement write SetexpressionElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

Identifies the compartment.

Public property codeElement : TCompartmentType read GetcodeElement write SetcodeElement;
 
Public property rule : string read Getrule write Setrule;

identical | matching | different | no-rule | custom.

Public property ruleElement : TGraphCompartmentRule read GetruleElement write SetruleElement;
 
Public property expression : string read Getexpression write Setexpression;

Custom rule, as a FHIRPath expression.

Public property expressionElement : Tstring read GetexpressionElement write SetexpressionElement;
 
Public property description : string read Getdescription write Setdescription;

Documentation for FHIRPath expression.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 

Generated by PasDoc 0.15.0.