FhirR4Element Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The base definition for all elements contained inside a resource. Based on FHIR Element
public class FhirR4Element : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.FhirR4Element>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.FhirR4Element>
type FhirR4Element = class
interface IJsonModel<FhirR4Element>
interface IPersistableModel<FhirR4Element>
Public Class FhirR4Element
Implements IJsonModel(Of FhirR4Element), IPersistableModel(Of FhirR4Element)
- Inheritance
-
FhirR4Element
- Derived
- Implements
Constructors
FhirR4Element() |
Initializes a new instance of FhirR4Element. |
Properties
Extension |
Additional Content defined by implementations. |
Id |
Unique id for inter-element referencing. |
Explicit Interface Implementations
IJsonModel<FhirR4Element>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FhirR4Element>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FhirR4Element>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FhirR4Element>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FhirR4Element>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET