你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

RadiologyInsightsInferenceType(String)

Initializes a new instance of RadiologyInsightsInferenceType.

Properties

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.

LateralityDiscrepancy

Laterality discrepancy inference type.

LimitedOrderDiscrepancy

Limited order discrepancy inference type.

RadiologyProcedure

Radiology Procedure inference type.

SexMismatch

Sex mismatch inference type.

Methods

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

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