core.fhirfilterconnective._constructor_
Home > @medplum/core > FhirFilterConnective > (constructor)
FhirFilterConnective.(constructor)
Constructs a new instance of the FhirFilterConnective
class
Signature:
constructor(keyword: 'and' | 'or', left: FhirFilterExpression, right: FhirFilterExpression);
Parameters
Parameter | Type | Description |
---|---|---|
keyword | 'and' | 'or' | |
left | ||
right |