PatientDocument Class

Definition

A clinical document related to a patient. Document here is in the wide sense - not just a text document (note).

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

Constructors

PatientDocument(DocumentType, String, DocumentContent)

Initializes a new instance of PatientDocument.

Properties

AdministrativeMetadata

Administrative metadata for the document.

Authors

Document author(s).

ClinicalType

The type of the clinical document.

Content

The content of the patient document.

CreatedDateTime

The date and time when the document was created.

Id

A given identifier for the document. Has to be unique across all documents for a single patient.

Language

A 2 letter ISO 639-1 representation of the language of the document.

SpecialtyType

specialty type the document.

Type

The type of the patient document, such as 'note' (text document) or 'fhirBundle' (FHIR JSON document).

Explicit Interface Implementations

IJsonModel<PatientDocument>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PatientDocument>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PatientDocument>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PatientDocument>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PatientDocument>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to