Class TSubscriptionTopicQueryCriteria
Unit
bsFhir_r4b
Declaration
type TSubscriptionTopicQueryCriteria = 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 previous : string read Getprevious write Setprevious; |
The FHIR query based rules are applied to the previous resource state (e.g., state before an update).
|
|
property previousElement : Tstring read GetpreviousElement write SetpreviousElement; |
|
|
property resultForCreate : string read GetresultForCreate write SetresultForCreate; |
For "create" interactions, should the "previous" criteria count as an automatic pass or an automatic fail.
|
|
property current : string read Getcurrent write Setcurrent; |
The FHIR query based rules are applied to the current resource state (e.g., state after an update).
|
|
property currentElement : Tstring read GetcurrentElement write SetcurrentElement; |
|
|
property resultForDelete : string read GetresultForDelete write SetresultForDelete; |
For "delete" interactions, should the "current" criteria count as an automatic pass or an automatic fail.
|
|
property requireBoth : boolean read GetrequireBoth write SetrequireBoth; |
If set to true, both current and previous criteria must evaluate true to trigger a notification for this topic. Otherwise a notification for this topic will be triggered if either one evaluates to true.
|
|
property requireBothElement : Tboolean read GetrequireBothElement write SetrequireBothElement; |
|
Generated by PasDoc 0.15.0.
|