你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FhirR4Coding Class

Definition

A Coding is a representation of a defined concept using a symbol from a defined "code system". Based on FHIR Coding

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

Constructors

FhirR4Coding()

Initializes a new instance of FhirR4Coding.

Properties

Code

Symbol in syntax defined by the system.

Display

Representation defined by the system.

Extension

Additional Content defined by implementations.

(Inherited from FhirR4Element)
Id

Unique id for inter-element referencing.

(Inherited from FhirR4Element)
System

Identity of the terminology system.

Version

Version of the system - if relevant.

Explicit Interface Implementations

IJsonModel<FhirR4Coding>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FhirR4Coding>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<FhirR4Element>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from FhirR4Element)
IJsonModel<FhirR4Element>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FhirR4Element)
IPersistableModel<FhirR4Coding>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FhirR4Coding>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FhirR4Coding>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<FhirR4Element>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FhirR4Element)
IPersistableModel<FhirR4Element>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from FhirR4Element)
IPersistableModel<FhirR4Element>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FhirR4Element)

Applies to