Share via


ResearchStudyObjective Class

Definition

The ResearchStudyObjective.

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

Properties

Name

Label for the objective.

Type

primary | secondary | exploratory.

Explicit Interface Implementations

IJsonModel<ResearchStudyObjective>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResearchStudyObjective>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResearchStudyObjective>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResearchStudyObjective>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResearchStudyObjective>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to