TrialMatcherModelConfiguration(ClinicalTrials) Constructor
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.
Initializes a new instance of TrialMatcherModelConfiguration.
public TrialMatcherModelConfiguration(Azure.Health.Insights.ClinicalMatching.ClinicalTrials clinicalTrials);
new Azure.Health.Insights.ClinicalMatching.TrialMatcherModelConfiguration : Azure.Health.Insights.ClinicalMatching.ClinicalTrials -> Azure.Health.Insights.ClinicalMatching.TrialMatcherModelConfiguration
Public Sub New (clinicalTrials As ClinicalTrials)
Parameters
- clinicalTrials
- ClinicalTrials
The clinical trials that the patient(s) should be matched to. <br />The trial selection can be given as a list of custom clinical trials and/or a list of filters to known clinical trial registries. In case both are given, the resulting trial set is a union of the two sets.
Exceptions
clinicalTrials
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET