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
Constructor | Modifiers | Description |
---|---|---|
(constructor)(keyword, left, right) | Constructs a new instance of the FhirFilterConnective class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
keyword | readonly | 'and' | 'or' | |
left | readonly | FhirFilterExpression | |
right | readonly | FhirFilterExpression |