ClinicalMatchingClient Constructors

Definition

Overloads

ClinicalMatchingClient()

Initializes a new instance of ClinicalMatchingClient for mocking.

ClinicalMatchingClient(Uri, AzureKeyCredential)

Initializes a new instance of ClinicalMatchingClient.

ClinicalMatchingClient(Uri, AzureKeyCredential, ClinicalMatchingClientOptions)

Initializes a new instance of ClinicalMatchingClient.

ClinicalMatchingClient()

Source:
ClinicalMatchingClient.cs

Initializes a new instance of ClinicalMatchingClient for mocking.

protected ClinicalMatchingClient ();
Protected Sub New ()

Applies to

ClinicalMatchingClient(Uri, AzureKeyCredential)

Source:
ClinicalMatchingClient.cs

Initializes a new instance of ClinicalMatchingClient.

public ClinicalMatchingClient (Uri endpoint, Azure.AzureKeyCredential credential);
new Azure.Health.Insights.ClinicalMatching.ClinicalMatchingClient : Uri * Azure.AzureKeyCredential -> Azure.Health.Insights.ClinicalMatching.ClinicalMatchingClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential)

Parameters

endpoint
Uri

Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus2.api.cognitive.microsoft.com).

credential
AzureKeyCredential

A credential used to authenticate to an Azure Service.

Exceptions

endpoint or credential is null.

Applies to

ClinicalMatchingClient(Uri, AzureKeyCredential, ClinicalMatchingClientOptions)

Source:
ClinicalMatchingClient.cs

Initializes a new instance of ClinicalMatchingClient.

public ClinicalMatchingClient (Uri endpoint, Azure.AzureKeyCredential credential, Azure.Health.Insights.ClinicalMatching.ClinicalMatchingClientOptions options);
new Azure.Health.Insights.ClinicalMatching.ClinicalMatchingClient : Uri * Azure.AzureKeyCredential * Azure.Health.Insights.ClinicalMatching.ClinicalMatchingClientOptions -> Azure.Health.Insights.ClinicalMatching.ClinicalMatchingClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential, options As ClinicalMatchingClientOptions)

Parameters

endpoint
Uri

Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus2.api.cognitive.microsoft.com).

credential
AzureKeyCredential

A credential used to authenticate to an Azure Service.

options
ClinicalMatchingClientOptions

The options for configuring the client.

Exceptions

endpoint or credential is null.

Applies to