次の方法で共有


TrialMatcherData(IEnumerable<PatientRecord>) コンストラクター

定義

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

パラメーター

patients
IEnumerable<PatientRecord>

患者の一覧(臨床情報やデータを含む)。

例外

patients が null です。

適用対象