Class TSubscriptionFilterBy

Unit

Declaration

type TSubscriptionFilterBy = class(TBackboneElement)

Description

The subscription resource describes a particular client's request to be notified about a SubscriptionTopic.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property resourceType : string read GetresourceType write SetresourceType;
Public property resourceTypeElement : Turi read GetresourceTypeElement write SetresourceTypeElement;
Public property filterParameter : string read GetfilterParameter write SetfilterParameter;
Public property filterParameterElement : Tstring read GetfilterParameterElement write SetfilterParameterElement;
Public property comparator : string read Getcomparator write Setcomparator;
Public property comparatorElement : TSearchComparator read GetcomparatorElement write SetcomparatorElement;
Public property modifier : string read Getmodifier write Setmodifier;
Public property modifierElement : TSearchModifierCode read GetmodifierElement write SetmodifierElement;
Public property value : string read Getvalue write Setvalue;
Public property valueElement : Tstring read GetvalueElement write SetvalueElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property resourceType : string read GetresourceType write SetresourceType;

A resource listed in the `SubscriptionTopic` this `Subscription` references (`SubscriptionTopic.canFilterBy.resource`). This element can be used to differentiate filters for topics that include more than one resource type.

Public property resourceTypeElement : Turi read GetresourceTypeElement write SetresourceTypeElement;
 
Public property filterParameter : string read GetfilterParameter write SetfilterParameter;

The filter as defined in the `SubscriptionTopic.canFilterBy.filterParameter` element.

Public property filterParameterElement : Tstring read GetfilterParameterElement write SetfilterParameterElement;
 
Public property comparator : string read Getcomparator write Setcomparator;

Comparator applied to this filter parameter.

Public property comparatorElement : TSearchComparator read GetcomparatorElement write SetcomparatorElement;
 
Public property modifier : string read Getmodifier write Setmodifier;

Modifier applied to this filter parameter.

Public property modifierElement : TSearchModifierCode read GetmodifierElement write SetmodifierElement;
 
Public property value : string read Getvalue write Setvalue;

The literal value or resource path as is legal in search - for example, `Patient/123` or `le1950`.

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 

Generated by PasDoc 0.15.0.