Class TCapabilityStatementOperation

Unit

Declaration

type TCapabilityStatementOperation = class(TBackboneElement)

Description

A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property definition : TReference read Getdefinition write Setdefinition;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

The name of the operation or query. For an operation, this is the name prefixed with $ and used in the URL. For a query, this is the name used in the _query parameter when the query is called.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property definition : TReference read Getdefinition write Setdefinition;

Where the formal definition can be found.


Generated by PasDoc 0.15.0.