core.infixoperatoratom._constructor_
Home > @medplum/core > InfixOperatorAtom > (constructor)
InfixOperatorAtom.(constructor)
Constructs a new instance of the InfixOperatorAtom class
Signature:
constructor(operator: string, left: Atom, right: Atom);
Parameters
| Parameter | Type | Description |
|---|---|---|
| operator | string | |
| left | Atom | |
| right | Atom |