core.impliesatom | Medplum
ImpliesAtom class [](/content/docs/sdk/core.impliesatom#impliesatom-class "Direct link to ImpliesAtom class"/index.html)
6.5.5. implies Returns true if left is true and right is true, true left is false and right true, false or empty true left is empty
Signature:
export declare class ImpliesAtom extends InfixOperatorAtom
Extends: InfixOperatorAtom
Constructors [](/content/docs/sdk/core.impliesatom#constructors "Direct link to Constructors"/index.html)
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(left, right) | Constructs a new instance of the ImpliesAtom class |
Methods [](/content/docs/sdk/core.impliesatom#methods "Direct link to Methods"/index.html)
| Method | Modifiers | Description |
|---|---|---|
| eval(context, input) |