Class TCapabilityStatementEvent
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCoding read Getcode write Setcode; |
A coded identifier of a supported messaging event.
|
|
property category : string read Getcategory write Setcategory; |
The impact of the content of the message.
|
|
property mode : string read Getmode write Setmode; |
The mode of this event declaration - whether an application is a sender or receiver.
|
|
property focus : string read Getfocus write Setfocus; |
A resource associated with the event. This is the resource that defines the event.
|
|
property focusElement : TResourceType read GetfocusElement write SetfocusElement; |
|
|
property request : TReference read Getrequest write Setrequest; |
Information about the request for this event.
|
|
property response : TReference read Getresponse write Setresponse; |
Information about the response for this event.
|
|
property documentation : string read Getdocumentation write Setdocumentation; |
Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
|
|
property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement; |
|
Generated by PasDoc 0.15.0.
|