Class TSubscriptionTopicNotificationShape

Unit

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

Public constructor Create; override;

Properties

Public property resource : string read Getresource write Setresource;
Public property resourceElement : Turi read GetresourceElement write SetresourceElement;
Public property include : TBSFHIRPrimitiveStringArray read GetincludeArray;
Public property revInclude : TBSFHIRPrimitiveStringArray read GetrevIncludeArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property resourceElement : Turi read GetresourceElement write SetresourceElement;
 
Public 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.

Public 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.