Class TCapabilityStatementSupportedMessage
Unit
bsFhir_r4b
Declaration
type TCapabilityStatementSupportedMessage = class(TBackboneElement)
Description
A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR 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 mode : string read Getmode write Setmode; |
The mode of this event declaration - whether application is sender or receiver.
|
|
property definition : string read Getdefinition write Setdefinition; |
Points to a message definition that identifies the messaging event, message structure, allowed responses, etc.
|
|
property definitionElement : Tcanonical read GetdefinitionElement write SetdefinitionElement; |
|
Generated by PasDoc 0.15.0.
|