AgeMismatchInference Class

Definition

A notification for age mismatch is displayed when the age mentioned in a document for a specific patient does not match the age specified in the patient information.

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

Properties

Extension

Additional Content defined by implementations.

(Inherited from RadiologyInsightsInference)

Explicit Interface Implementations

IJsonModel<AgeMismatchInference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AgeMismatchInference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RadiologyInsightsInference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from RadiologyInsightsInference)
IJsonModel<RadiologyInsightsInference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from RadiologyInsightsInference)
IPersistableModel<AgeMismatchInference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgeMismatchInference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AgeMismatchInference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RadiologyInsightsInference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from RadiologyInsightsInference)
IPersistableModel<RadiologyInsightsInference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from RadiologyInsightsInference)
IPersistableModel<RadiologyInsightsInference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from RadiologyInsightsInference)

Applies to