GenericProcedureRecommendation Class

Definition

Generic procedure information.

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

Properties

Code

Procedure modality : SNOMED CT code.

Description

Procedure description : MANAGEMENT PROCEDURE (PROCEDURE) or CONSULTATION (PROCEDURE) based on SNOMED CT.

Explicit Interface Implementations

IJsonModel<GenericProcedureRecommendation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GenericProcedureRecommendation>.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<GenericProcedureRecommendation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GenericProcedureRecommendation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GenericProcedureRecommendation>.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