RadiologyInsightsData Class

Definition

Contains the list of patients, and configuration data.

public class RadiologyInsightsData : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsData>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsData>
type RadiologyInsightsData = class
    interface IJsonModel<RadiologyInsightsData>
    interface IPersistableModel<RadiologyInsightsData>
Public Class RadiologyInsightsData
Implements IJsonModel(Of RadiologyInsightsData), IPersistableModel(Of RadiologyInsightsData)
Inheritance
RadiologyInsightsData
Implements

Constructors

RadiologyInsightsData(IEnumerable<PatientRecord>)

Initializes a new instance of RadiologyInsightsData.

Properties

Configuration

Configuration affecting the Radiology Insights model's inference.

Patients

The list of patients, including their clinical information and data.

Explicit Interface Implementations

IJsonModel<RadiologyInsightsData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RadiologyInsightsData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RadiologyInsightsData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RadiologyInsightsData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RadiologyInsightsData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to