core.stringifytypedvalue | Medplum
stringifyTypedValue() function
Output the string representation of a value, suitable for use as part of a search query.
Signature:
export declare function stringifyTypedValue(v: TypedValue): string;
Parameters [](/content/docs/sdk/core.stringifytypedvalue#parameters "Direct link to Parameters"/index.html)
| Parameter | Type | Description |
|---|---|---|
| v | TypedValue | The value to format as a string |
Returns:
string
The stringified value