Share via


ScoringAndAssessmentInference Class

Definition

Identifies and highlights Risk, Scoring, Assessment and Classifications and correspondent values dictated in a report, e.g. 'BIRADS 5'.

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

Properties

Category

Category, e.g. BIRADS.

CategoryDescription

The expansion of the category (which is an abbreviation.).

Extension

Additional Content defined by implementations.

(Inherited from RadiologyInsightsInference)
RangeValue

The range.

SingleValue

The value. If the value is a range, use field rangeValue.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<ScoringAndAssessmentInference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScoringAndAssessmentInference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to