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 use : string read Getuse write Setuse;
Public property useElement : TGraphCompartmentUse read GetuseElement write SetuseElement;
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 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.

Public property useElement : TGraphCompartmentUse read GetuseElement write SetuseElement;
 
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.