ProcedureRecommendation Class

Definition

The procedure recommendation can be a generic procedure or an imaging procedure. Please note ProcedureRecommendation 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 GenericProcedureRecommendation and ImagingProcedureRecommendation.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Health.Insights.RadiologyInsights.UnknownProcedureRecommendation))]
public abstract class ProcedureRecommendation : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.ProcedureRecommendation>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.ProcedureRecommendation>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Health.Insights.RadiologyInsights.UnknownProcedureRecommendation))>]
type ProcedureRecommendation = class
    interface IJsonModel<ProcedureRecommendation>
    interface IPersistableModel<ProcedureRecommendation>
Public MustInherit Class ProcedureRecommendation
Implements IJsonModel(Of ProcedureRecommendation), IPersistableModel(Of ProcedureRecommendation)
Inheritance
ProcedureRecommendation
Derived
Attributes
Implements

Constructors

ProcedureRecommendation()

Initializes a new instance of ProcedureRecommendation.

Explicit Interface Implementations

IJsonModel<ProcedureRecommendation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProcedureRecommendation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProcedureRecommendation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProcedureRecommendation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProcedureRecommendation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to