ClinicalMatchingClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ClinicalMatching service client.
public class ClinicalMatchingClient
type ClinicalMatchingClient = class
Public Class ClinicalMatchingClient
- Inheritance
-
ClinicalMatchingClient
Constructors
ClinicalMatchingClient() |
Initializes a new instance of ClinicalMatchingClient for mocking. |
ClinicalMatchingClient(Uri, AzureKeyCredential, ClinicalMatchingClientOptions) |
Initializes a new instance of ClinicalMatchingClient. |
ClinicalMatchingClient(Uri, AzureKeyCredential) |
Initializes a new instance of ClinicalMatchingClient. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
MatchTrials(WaitUntil, RequestContent, String, Nullable<DateTimeOffset>, RequestContext) |
Create Trial Matcher job. |
MatchTrials(WaitUntil, TrialMatcherData, String, Nullable<DateTimeOffset>, CancellationToken) |
Create Trial Matcher job. |
MatchTrialsAsync(WaitUntil, RequestContent, String, Nullable<DateTimeOffset>, RequestContext) |
Create Trial Matcher job. |
MatchTrialsAsync(WaitUntil, TrialMatcherData, String, Nullable<DateTimeOffset>, CancellationToken) |
Create Trial Matcher job. |
Applies to
Azure SDK for .NET