Class TStructureDefinitionContext

Unit

Declaration

type TStructureDefinitionContext = class(TBackboneElement)

Description

A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TExtensionContextType read Gettype_Element write Settype_Element;
Public property expression : string read Getexpression write Setexpression;
Public property expressionElement : Tstring read GetexpressionElement write SetexpressionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

Defines how to interpret the expression that defines what the context of the extension is.

Public property type_Element : TExtensionContextType read Gettype_Element write Settype_Element;
 
Public property expression : string read Getexpression write Setexpression;

An expression that defines where an extension can be used in resources.

Public property expressionElement : Tstring read GetexpressionElement write SetexpressionElement;
 

Generated by PasDoc 0.15.0.