Skip to main content

core.medplumclient.getcdsservicesurl

Home > @medplum/core > MedplumClient > getCdsServicesUrl

MedplumClient.getCdsServicesUrl() method

Returns the current CDS Services URL. By default, this is set to https://api.medplum.com/cds-services. This can be overridden by setting the cdsServicesUrl option when creating the client.

Signature:

getCdsServicesUrl(): string;

Returns:

string

The current CDS Services URL.