LateralityDiscrepancyInference Class

Definition

A laterality mismatch occurs when there is a discrepancy between the clinical documentation and the ordered procedure (orderLateralityMismatch), a contradiction within the clinical document (textLateralityContradiction), or when no laterality is mentioned (textLateralityMissing).

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

Properties

DiscrepancyType

Mismatch type : orderLateralityMismatch, textLateralityContradiction, textLateralityMissing.

Extension

Additional Content defined by implementations.

(Inherited from RadiologyInsightsInference)
LateralityIndication

Laterality indication : SNOMED CT code for laterality qualifier value.

Explicit Interface Implementations

IJsonModel<LateralityDiscrepancyInference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LateralityDiscrepancyInference>.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<LateralityDiscrepancyInference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LateralityDiscrepancyInference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LateralityDiscrepancyInference>.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