ResearchStudyArm Class

Definition

The ResearchStudyArm.

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

Properties

Description

Short explanation of study path.

Name

Label for study arm.

Type

Categorization of study arm.

Explicit Interface Implementations

IJsonModel<ResearchStudyArm>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResearchStudyArm>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResearchStudyArm>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResearchStudyArm>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResearchStudyArm>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to