Skip to main content

core.getdisplaystring

Home > @medplum/core > getDisplayString

getDisplayString() function

Returns a display string for the resource.

Signature:

export declare function getDisplayString(resource: Resource): string;

Parameters

Parameter

Type

Description

resource

Resource

The input resource.

Returns:

string

Human friendly display string.