RadiologyProcedureInference Class

Definition

Radiology procedures are the specific imaging studies or examinations ordered for the patient, extracted from the document information and text.

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

Properties

Extension

Additional Content defined by implementations.

(Inherited from RadiologyInsightsInference)
ImagingProcedures

Imaging procedures.

OrderedProcedure

Ordered procedure information from the document information or text.

ProcedureCodes

LOINC codes for the procedure.

Explicit Interface Implementations

IJsonModel<RadiologyInsightsInference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from RadiologyInsightsInference)
IJsonModel<RadiologyProcedureInference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RadiologyProcedureInference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RadiologyInsightsInference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from RadiologyInsightsInference)
IPersistableModel<RadiologyProcedureInference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RadiologyProcedureInference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RadiologyProcedureInference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to