ImagingProcedureRecommendation Class

Definition

Imaging procedures.

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

Properties

ImagingProcedures

Imaging procedures.

ProcedureCodes

LOINC codes for the procedure.

Explicit Interface Implementations

IJsonModel<ImagingProcedureRecommendation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ImagingProcedureRecommendation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ProcedureRecommendation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ProcedureRecommendation)
IJsonModel<ProcedureRecommendation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ProcedureRecommendation)
IPersistableModel<ImagingProcedureRecommendation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ImagingProcedureRecommendation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ImagingProcedureRecommendation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ProcedureRecommendation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ProcedureRecommendation)
IPersistableModel<ProcedureRecommendation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ProcedureRecommendation)
IPersistableModel<ProcedureRecommendation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ProcedureRecommendation)

Applies to