다음을 통해 공유


TrialMatcherData(IEnumerable<PatientRecord>) 생성자

정의

TrialMatcherData의 새 instance 초기화합니다.

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입니다.

적용 대상