Share via


HealthcareActionContent Class

Definition

Supported parameters for a Healthcare task.

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

Constructors

Name Description
HealthcareActionContent()

Initializes a new instance of HealthcareActionContent.

Properties

Name Description
DocumentType

Document type that can be provided as input for Fhir Documents. Expect to have fhirVersion provided when used. Behavior of using None enum is the same as not using the documentType parameter.

FhirVersion

The FHIR Spec version that the result will use to format the fhirBundle. For additional information see https://www.hl7.org/fhir/overview.html.

LoggingOptOut

logging opt out.

ModelVersion

model version.

StringIndexType

Specifies the method used to interpret string offsets.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<HealthcareActionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthcareActionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthcareActionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthcareActionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthcareActionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to