core.andatom | Medplum
AndAtom class
6.5.1. and Returns true if both operands evaluate to true, false if either operand evaluates to false, and the empty collection otherwise.
Signature:
export declare class AndAtom extends InfixOperatorAtom
Extends: InfixOperatorAtom
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(left, right) | Constructs a new instance of the AndAtom class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| eval(context, input) |