Share via


RadiologyInsightsPatientResult.Inferences Property

Definition

The model's inferences for the given patient. Please note RadiologyInsightsInference is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AgeMismatchInference, SexMismatchInference, LateralityDiscrepancyInference, CompleteOrderDiscrepancyInference, LimitedOrderDiscrepancyInference, FindingInference, CriticalResultInference, RadiologyProcedureInference, FollowupRecommendationInference and FollowupCommunicationInference.

public System.Collections.Generic.IReadOnlyList<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInference> Inferences { get; }
member this.Inferences : System.Collections.Generic.IReadOnlyList<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInference>
Public ReadOnly Property Inferences As IReadOnlyList(Of RadiologyInsightsInference)

Property Value

Applies to