Class TMessageHeaderSource
Unit
bsFhir_r5
Declaration
type TMessageHeaderSource = class(TBackboneElement)
Description
The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property endpointUrl : string read GetendpointUrl write SetendpointUrl; |
Identifies the routing target to send acknowledgements to. (choose any one of endpoint*, but only one)
|
|
property endpointUrlElement : Turl read GetendpointUrlElement write SetendpointUrlElement; |
|
|
property endpointReference : TReference read GetendpointReference write SetendpointReference; |
Identifies the routing target to send acknowledgements to. (choose any one of endpoint*, but only one)
|
|
property name_ : string read Getname_ write Setname_; |
Human-readable name for the source system.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property software : string read Getsoftware write Setsoftware; |
May include configuration or other information useful in debugging.
|
|
property softwareElement : Tstring read GetsoftwareElement write SetsoftwareElement; |
|
|
property version : string read Getversion write Setversion; |
Can convey versions of multiple systems in situations where a message passes through multiple hands.
|
|
property versionElement : Tstring read GetversionElement write SetversionElement; |
|
|
property contact : TContactPoint read Getcontact write Setcontact; |
An e-mail, phone, website or other contact point to use to resolve issues with message communications.
|
Generated by PasDoc 0.15.0.
|