core.getdisplaystring | Medplum

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.