Share via


TrialMatcherData(IEnumerable<PatientRecord>) Constructor

Definition

Initializes a new instance of TrialMatcherData.

public TrialMatcherData (System.Collections.Generic.IEnumerable<Azure.Health.Insights.ClinicalMatching.PatientRecord> patients);
new Azure.Health.Insights.ClinicalMatching.TrialMatcherData : seq<Azure.Health.Insights.ClinicalMatching.PatientRecord> -> Azure.Health.Insights.ClinicalMatching.TrialMatcherData
Public Sub New (patients As IEnumerable(Of PatientRecord))

Parameters

patients
IEnumerable<PatientRecord>

The list of patients, including their clinical information and data.

Exceptions

patients is null.

Applies to