ScoringAndAssessmentInference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |