core.fhirfilternegation
Home > @medplum/core > FhirFilterNegation
FhirFilterNegation class
The FhirFilterNegation class represents a negation expression. It contains a single child expression.
Signature:
export declare class FhirFilterNegation
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(child) | Constructs a new instance of the FhirFilterNegation class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
child | readonly | FhirFilterExpression |