PatientRecord Class

Definition

A patient record, including their clinical information and data.

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

Constructors

PatientRecord(String)

Initializes a new instance of PatientRecord.

Properties

Encounters

Patient encounters/visits.

Id

A given identifier for the patient. Has to be unique across all patients in a single request.

Info

Patient structured information, including demographics and known structured clinical information.

PatientDocuments

Patient unstructured clinical data, given as documents.

Explicit Interface Implementations

IJsonModel<PatientRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PatientRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PatientRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PatientRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PatientRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to