core.stringifytypedvalue
Home > @medplum/core > stringifyTypedValue
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
Parameter  | Type  | Description  | 
|---|---|---|
v  | The value to format as a string  | 
Returns:
string
The stringified value