Compartilhar via


PatientDocument(DocumentType, String, DocumentContent) Constructor

Definition

Initializes a new instance of PatientDocument.

public PatientDocument (Azure.Health.Insights.RadiologyInsights.DocumentType type, string id, Azure.Health.Insights.RadiologyInsights.DocumentContent content);
new Azure.Health.Insights.RadiologyInsights.PatientDocument : Azure.Health.Insights.RadiologyInsights.DocumentType * string * Azure.Health.Insights.RadiologyInsights.DocumentContent -> Azure.Health.Insights.RadiologyInsights.PatientDocument
Public Sub New (type As DocumentType, id As String, content As DocumentContent)

Parameters

type
DocumentType

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

id
String

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

content
DocumentContent

The content of the patient document.

Exceptions

id or content is null.

Applies to