core.oratom | Medplum

OrAtom class

6.5.2. or Returns false if both operands evaluate to false, true if either operand evaluates to true, and empty ({ }) otherwise:

Signature:

export declare class OrAtom extends InfixOperatorAtom

Extends: InfixOperatorAtom

Constructors

Constructor Modifiers Description
(constructor)(left, right) Constructs a new instance of the OrAtom class

Methods

Method Modifiers Description
eval(context, input)