SexMismatchInference Class

Definition

A notification for a sex mismatch is displayed when the gender, personal pronouns, gender-related body parts, or gender-related procedures mentioned in a patient's clinical document are either inconsistent or do not match the gender specified in the patient information.

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

Properties

Extension

Additional Content defined by implementations.

(Inherited from RadiologyInsightsInference)
SexIndication

Sex indication : SNOMED CT code for gender finding.

Explicit Interface Implementations

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)
IJsonModel<SexMismatchInference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SexMismatchInference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<SexMismatchInference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SexMismatchInference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SexMismatchInference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to