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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET