Class TMessageDefinitionAllowedResponse
Unit
bsFhir_stu3
Declaration
type TMessageDefinitionAllowedResponse = class(TBackboneElement)
Description
Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property message : TReference read Getmessage write Setmessage; |
A reference to the message definition that must be adhered to by this supported response.
|
|
property situation : string read Getsituation write Setsituation; |
Provides a description of the circumstances in which this response should be used (as opposed to one of the alternative responses).
|
|
property situationElement : Tmarkdown read GetsituationElement write SetsituationElement; |
|
Generated by PasDoc 0.15.0.
|