Class TMessageHeaderDestination
Unit
bsFhir_r5
Declaration
type TMessageHeaderDestination = 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; |
Indicates where the message should be routed. (choose any one of endpoint*, but only one)
|
|
property endpointUrlElement : Turl read GetendpointUrlElement write SetendpointUrlElement; |
|
|
property endpointReference : TReference read GetendpointReference write SetendpointReference; |
Indicates where the message should be routed. (choose any one of endpoint*, but only one)
|
|
property name_ : string read Getname_ write Setname_; |
Human-readable name for the target system.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property target : TReference read Gettarget write Settarget; |
Identifies the target end system in situations where the initial message transmission is to an intermediary system.
|
|
property receiver : TReference read Getreceiver write Setreceiver; |
Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient.
|
Generated by PasDoc 0.15.0.
|