GuidanceInference 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.
A guidance inference collects structured information about a specific finding in the report and can possibly propose appropriate follow-up recommendations, based upon established, evidence-based best practices i.e. ACR guidelines.
public class GuidanceInference : Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInference, System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.GuidanceInference>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.GuidanceInference>
type GuidanceInference = class
inherit RadiologyInsightsInference
interface IJsonModel<GuidanceInference>
interface IPersistableModel<GuidanceInference>
Public Class GuidanceInference
Inherits RadiologyInsightsInference
Implements IJsonModel(Of GuidanceInference), IPersistableModel(Of GuidanceInference)
- Inheritance
- Implements
Properties
Extension |
Additional Content defined by implementations. (Inherited from RadiologyInsightsInference) |
Finding |
The finding associated with the guidance. |
Identifier |
The guidance identifier, as a concept. |
MissingGuidanceInformation |
Contains all missing items that are needed to determine follow-up. |
PresentGuidanceInformation |
presentGuidanceInformation lists each item of the structured information (e.g. laterality) and corresponding details (left, right, bilateral) that is present in the document. |
Ranking |
See doc of GuidanceRankingType. |
RecommendationProposals |
The proposed follow-up recommendations, if any. If this is filled, missingGuidanceInformation cannot be filled (and vice versa). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |