Class TSubscriptionTopicCanFilterBy
Unit
bsFhir_r5
Declaration
type TSubscriptionTopicCanFilterBy = 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 description : string read Getdescription write Setdescription; |
Description of how this filtering parameter is intended to be used.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property resource : string read Getresource write Setresource; |
URL of the Resource that is the type used in this filter. This is the "focus" of the topic (or one of them if there are more than one). 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 filterParameter : string read GetfilterParameter write SetfilterParameter; |
Either the canonical URL to a search parameter (like "http://hl7.org/fhir/SearchParameter/encounter-patient") or topic-defined parameter (like "hub.event") which is a label for the filter.
|
|
property filterParameterElement : Tstring read GetfilterParameterElement write SetfilterParameterElement; |
|
|
property filterDefinitionElement : Turi read GetfilterDefinitionElement write SetfilterDefinitionElement; |
|
Generated by PasDoc 0.15.0.
|