core.symbolatom
Home > @medplum/core > SymbolAtom
SymbolAtom class
Signature:
export declare class SymbolAtom implements Atom 
Implements: Atom
Constructors
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(name) | Constructs a new instance of the SymbolAtom class | 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| name | readonly | string | 
Methods
| Method | Modifiers | Description | 
|---|---|---|
| eval(context, input) | ||
| toString() |