PatientDocument(DocumentType, String, DocumentContent) Constructor
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.
Initializes a new instance of PatientDocument.
public PatientDocument (Azure.Health.Insights.ClinicalMatching.DocumentType type, string id, Azure.Health.Insights.ClinicalMatching.DocumentContent content);
new Azure.Health.Insights.ClinicalMatching.PatientDocument : Azure.Health.Insights.ClinicalMatching.DocumentType * string * Azure.Health.Insights.ClinicalMatching.DocumentContent -> Azure.Health.Insights.ClinicalMatching.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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET