Class TCapabilityStatementSupportedMessage

Unit

Declaration

type TCapabilityStatementSupportedMessage = 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 mode : string read Getmode write Setmode;
Public property modeElement : TEventCapabilityMode read GetmodeElement write SetmodeElement;
Public property definition : TReference read Getdefinition write Setdefinition;

Description

Methods

Public constructor Create; override;
 

Properties

Public property mode : string read Getmode write Setmode;

The mode of this event declaration - whether application is sender or receiver.

Public property modeElement : TEventCapabilityMode read GetmodeElement write SetmodeElement;
 
Public property definition : TReference read Getdefinition write Setdefinition;

Points to a message definition that identifies the messaging event, message structure, allowed responses, etc.


Generated by PasDoc 0.15.0.