HealthcareEntityLink Class

Definition

Reference to an entity in known data sources.

public class HealthcareEntityLink : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.HealthcareEntityLink>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.HealthcareEntityLink>
type HealthcareEntityLink = class
    interface IJsonModel<HealthcareEntityLink>
    interface IPersistableModel<HealthcareEntityLink>
Public Class HealthcareEntityLink
Implements IJsonModel(Of HealthcareEntityLink), IPersistableModel(Of HealthcareEntityLink)
Inheritance
HealthcareEntityLink
Implements

Properties

DataSource

Entity Catalog. Examples include: UMLS, CHV, MSH, etc.

Id

Entity id in the given source catalog.

Explicit Interface Implementations

IJsonModel<HealthcareEntityLink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthcareEntityLink>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthcareEntityLink>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthcareEntityLink>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthcareEntityLink>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to