Class TSubscriptionFilterBy
Unit
bsFhir_r5
Declaration
type TSubscriptionFilterBy = class(TBackboneElement)
Description
The subscription resource describes a particular client's request to be notified about a SubscriptionTopic.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property resourceTypeElement : Turi read GetresourceTypeElement write SetresourceTypeElement; |
|
|
property filterParameter : string read GetfilterParameter write SetfilterParameter; |
The filter as defined in the `SubscriptionTopic.canFilterBy.filterParameter` element.
|
|
property filterParameterElement : Tstring read GetfilterParameterElement write SetfilterParameterElement; |
|
|
property comparator : string read Getcomparator write Setcomparator; |
Comparator applied to this filter parameter.
|
|
property comparatorElement : TSearchComparator read GetcomparatorElement write SetcomparatorElement; |
|
|
property modifier : string read Getmodifier write Setmodifier; |
Modifier applied to this filter parameter.
|
|
property modifierElement : TSearchModifierCode read GetmodifierElement write SetmodifierElement; |
|
|
property value : string read Getvalue write Setvalue; |
The literal value or resource path as is legal in search - for example, `Patient/123` or `le1950`.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|