Class TCapabilityStatementOperation
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property definition : TReference read Getdefinition write Setdefinition; |
Where the formal definition can be found.
|
Generated by PasDoc 0.15.0.
|