次の方法で共有


FhirR4ConditionStage Class

Definition

Stage/grade, usually assessed formally Based on FHIR Condition.Stage

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

Properties

Summary

Simple summary (disease specific).

Type

Kind of staging.

Explicit Interface Implementations

IJsonModel<FhirR4ConditionStage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FhirR4ConditionStage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FhirR4ConditionStage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FhirR4ConditionStage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FhirR4ConditionStage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to