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