OncoPhenotypeData(IEnumerable<PatientRecord>) Constructor

Definition

Initializes a new instance of OncoPhenotypeData.

public OncoPhenotypeData (System.Collections.Generic.IEnumerable<Azure.Health.Insights.CancerProfiling.PatientRecord> patients);
new Azure.Health.Insights.CancerProfiling.OncoPhenotypeData : seq<Azure.Health.Insights.CancerProfiling.PatientRecord> -> Azure.Health.Insights.CancerProfiling.OncoPhenotypeData
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