Class TSubscriptionParameter
Unit
bsFhir_r5
Declaration
type TSubscriptionParameter = class(TBackboneElement)
Description
The subscription resource describes a particular client's request to be notified about a SubscriptionTopic.
Hierarchy
Overview
Methods
Properties
|
property name_ : string read Getname_ write Setname_; |
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
property value : string read Getvalue write Setvalue; |
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
Parameter name for information passed to the channel for notifications, for example in the case of a REST hook wanting to pass through an authorization header, the name would be Authorization.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property value : string read Getvalue write Setvalue; |
Parameter value for information passed to the channel for notifications, for example in the case of a REST hook wanting to pass through an authorization header, the value would be `Bearer 0193...`.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|