Megosztás a következőn keresztül:


TrialMatcherData(IEnumerable<PatientRecord>) Konstruktor

Definíció

Inicializálja a TrialMatcherData új példányát.

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))

Paraméterek

patients
IEnumerable<PatientRecord>

A betegek listája, beleértve azok klinikai adatait és adatait.

Kivételek

patients értéke null.

A következőre érvényes: