FollowupRecommendationOptions Class

Definition

Follow-up recommendation options.

public class FollowupRecommendationOptions : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.FollowupRecommendationOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.FollowupRecommendationOptions>
type FollowupRecommendationOptions = class
    interface IJsonModel<FollowupRecommendationOptions>
    interface IPersistableModel<FollowupRecommendationOptions>
Public Class FollowupRecommendationOptions
Implements IJsonModel(Of FollowupRecommendationOptions), IPersistableModel(Of FollowupRecommendationOptions)
Inheritance
FollowupRecommendationOptions
Implements

Constructors

FollowupRecommendationOptions()

Initializes a new instance of FollowupRecommendationOptions.

Properties

IncludeRecommendationsInReferences

Include/Exclude follow-up recommendations in references to a guideline or article. Default is false.

IncludeRecommendationsWithNoSpecifiedModality

Include/Exclude follow-up recommendations without a specific radiology procedure. Default is false.

ProvideFocusedSentenceEvidence

If this is true, provide one or more sentences as evidence for the recommendation, next to the token evidence. The start and end positions of these sentences will be put in an extension with url 'modality_sentences'. Default is false.

Explicit Interface Implementations

IJsonModel<FollowupRecommendationOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FollowupRecommendationOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FollowupRecommendationOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FollowupRecommendationOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FollowupRecommendationOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to