Share via


PatientEncounter Class

Definition

visit/encounter information.

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

Constructors

PatientEncounter(String)

Initializes a new instance of PatientEncounter.

Properties

Class

The class of the encounter.

Id

The id of the visit.

Period

Time period of the visit. In case of admission, use timePeriod.start to indicate the admission time and timePeriod.end to indicate the discharge time.

Explicit Interface Implementations

IJsonModel<PatientEncounter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PatientEncounter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PatientEncounter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PatientEncounter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PatientEncounter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to