RadiologyInsightsInferenceType Struct

Definition

A Radiology Insights inference types.

public readonly struct RadiologyInsightsInferenceType : IEquatable<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInferenceType>
type RadiologyInsightsInferenceType = struct
Public Structure RadiologyInsightsInferenceType
Implements IEquatable(Of RadiologyInsightsInferenceType)
Inheritance
RadiologyInsightsInferenceType
Implements

Constructors

Name Description
RadiologyInsightsInferenceType(String)

Initializes a new instance of RadiologyInsightsInferenceType.

Properties

Name Description
AgeMismatch

Age mismatch inference type.

CompleteOrderDiscrepancy

Complete order discrepancy inference type.

CriticalResult

Critical finding inference type.

Finding

Finding inference type.

FollowupCommunication

Followup Communication inference type.

FollowupRecommendation

Recommendation inference type.

Guidance

Guidance inference type.

LateralityDiscrepancy

Laterality discrepancy inference type.

LimitedOrderDiscrepancy

Limited order discrepancy inference type.

QualityMeasure

Guidance measure inference type.

RadiologyProcedure

Radiology Procedure inference type.

ScoringAndAssessment

Scoring and assessment inference type.

SexMismatch

Sex mismatch inference type.

Methods

Name Description
Equals(RadiologyInsightsInferenceType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(RadiologyInsightsInferenceType, RadiologyInsightsInferenceType)

Determines if two RadiologyInsightsInferenceType values are the same.

Implicit(String to RadiologyInsightsInferenceType)

Converts a String to a RadiologyInsightsInferenceType.

Inequality(RadiologyInsightsInferenceType, RadiologyInsightsInferenceType)

Determines if two RadiologyInsightsInferenceType values are not the same.

Applies to