Class TCapabilityStatementEvent

Unit

Declaration

type TCapabilityStatementEvent = 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 code : TCoding read Getcode write Setcode;
Public property category : string read Getcategory write Setcategory;
Public property categoryElement : TMessageSignificanceCategory read GetcategoryElement write SetcategoryElement;
Public property mode : string read Getmode write Setmode;
Public property modeElement : TEventCapabilityMode read GetmodeElement write SetmodeElement;
Public property focus : string read Getfocus write Setfocus;
Public property focusElement : TResourceType read GetfocusElement write SetfocusElement;
Public property request : TReference read Getrequest write Setrequest;
Public property response : TReference read Getresponse write Setresponse;
Public property documentation : string read Getdocumentation write Setdocumentation;
Public property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCoding read Getcode write Setcode;

A coded identifier of a supported messaging event.

Public property category : string read Getcategory write Setcategory;

The impact of the content of the message.

Public property categoryElement : TMessageSignificanceCategory read GetcategoryElement write SetcategoryElement;
 
Public property mode : string read Getmode write Setmode;

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

Public property modeElement : TEventCapabilityMode read GetmodeElement write SetmodeElement;
 
Public property focus : string read Getfocus write Setfocus;

A resource associated with the event. This is the resource that defines the event.

Public property focusElement : TResourceType read GetfocusElement write SetfocusElement;
 
Public property request : TReference read Getrequest write Setrequest;

Information about the request for this event.

Public property response : TReference read Getresponse write Setresponse;

Information about the response for this event.

Public property documentation : string read Getdocumentation write Setdocumentation;

Guidance on how this event is handled, such as internal system trigger points, business rules, etc.

Public property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement;
 

Generated by PasDoc 0.15.0.