FollowupCommunicationInference Class

Definition

Follow-up communication involves the exchange of important information, recommendations, or updates between radiologists and other healthcare professionals involved in a patient's care.

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

Properties

DateTime

Communication date and time.

Extension

Additional Content defined by implementations.

(Inherited from RadiologyInsightsInference)
Recipient

Recipient of the communication.

WasAcknowledged

Communication was acknowledged.

Explicit Interface Implementations

IJsonModel<FollowupCommunicationInference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FollowupCommunicationInference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<FollowupCommunicationInference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FollowupCommunicationInference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FollowupCommunicationInference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to