Udostępnij za pośrednictwem


TrialMatcherData(IEnumerable<PatientRecord>) Konstruktor

Definicja

Inicjuje nowe wystąpienie elementu 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))

Parametry

patients
IEnumerable<PatientRecord>

Lista pacjentów, w tym ich informacje kliniczne i dane.

Wyjątki

patients ma wartość null.

Dotyczy