Class TSubscriptionTopicNotificationShape
Unit
bsFhir_r4b
Declaration
type TSubscriptionTopicNotificationShape = class(TBackboneElement)
Description
Describes a stream of resource state changes or events and annotated with labels useful to filter projections from this topic.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property resource : string read Getresource write Setresource; |
URL of the Resource that is the type used in this shape. This is the "focus" of the topic (or one of them if there are more than one) and the root resource for this shape definition. It will be the same, a generality, or a specificity of SubscriptionTopic.resourceTrigger.resource or SubscriptionTopic.eventTrigger.resource when they are present.
|
|
property resourceElement : Turi read GetresourceElement write SetresourceElement; |
|
|
property include : TBSFHIRPrimitiveStringArray read GetincludeArray; |
Search-style _include directives, rooted in the resource for this shape. Servers SHOULD include resources listed here, if they exist and the user is authorized to receive them. Clients SHOULD be prepared to receive these additional resources, but SHALL function properly without them.
|
|
property revInclude : TBSFHIRPrimitiveStringArray read GetrevIncludeArray; |
Search-style _revinclude directives, rooted in the resource for this shape. Servers SHOULD include resources listed here, if they exist and the user is authorized to receive them. Clients SHOULD be prepared to receive these additional resources, but SHALL function properly without them.
|
Generated by PasDoc 0.15.0.
|