Skip to main content

core.fhirfilterconnective

Home > @medplum/core > FhirFilterConnective

FhirFilterConnective class

The FhirFilterConnective class represents a connective expression. It contains a list of child expressions.

Signature:

export declare class FhirFilterConnective 

Constructors

ConstructorModifiersDescription
(constructor)(keyword, left, right)Constructs a new instance of the FhirFilterConnective class

Properties

PropertyModifiersTypeDescription
keywordreadonly'and' | 'or'
leftreadonlyFhirFilterExpression
rightreadonlyFhirFilterExpression