Class TMessageHeaderResponse
Unit
bsFhir_r4b
Declaration
type TMessageHeaderResponse = 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 identifier : string read Getidentifier write Setidentifier; |
The MessageHeader.id of the message to which this message is a response.
|
|
property identifierElement : Tid read GetidentifierElement write SetidentifierElement; |
|
|
property code : string read Getcode write Setcode; |
Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not.
|
|
property codeElement : TResponseType read GetcodeElement write SetcodeElement; |
|
|
property details : TReference read Getdetails write Setdetails; |
Full details of any issues found in the message.
|
Generated by PasDoc 0.15.0.
|