你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HealthInsightsRadiologyInsightsModelFactory.PatientDocument Method
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 static Azure.Health.Insights.RadiologyInsights.PatientDocument PatientDocument (Azure.Health.Insights.RadiologyInsights.DocumentType type = default, Azure.Health.Insights.RadiologyInsights.ClinicalDocumentType? clinicalType = default, string id = default, string language = default, DateTimeOffset? createdDateTime = default, System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.DocumentAuthor> authors = default, Azure.Health.Insights.RadiologyInsights.SpecialtyType? specialtyType = default, Azure.Health.Insights.RadiologyInsights.DocumentAdministrativeMetadata administrativeMetadata = default, Azure.Health.Insights.RadiologyInsights.DocumentContent content = default);
static member PatientDocument : Azure.Health.Insights.RadiologyInsights.DocumentType * Nullable<Azure.Health.Insights.RadiologyInsights.ClinicalDocumentType> * string * string * Nullable<DateTimeOffset> * seq<Azure.Health.Insights.RadiologyInsights.DocumentAuthor> * Nullable<Azure.Health.Insights.RadiologyInsights.SpecialtyType> * Azure.Health.Insights.RadiologyInsights.DocumentAdministrativeMetadata * Azure.Health.Insights.RadiologyInsights.DocumentContent -> Azure.Health.Insights.RadiologyInsights.PatientDocument
Public Shared Function PatientDocument (Optional type As DocumentType = Nothing, Optional clinicalType As Nullable(Of ClinicalDocumentType) = Nothing, Optional id As String = Nothing, Optional language As String = Nothing, Optional createdDateTime As Nullable(Of DateTimeOffset) = Nothing, Optional authors As IEnumerable(Of DocumentAuthor) = Nothing, Optional specialtyType As Nullable(Of SpecialtyType) = Nothing, Optional administrativeMetadata As DocumentAdministrativeMetadata = Nothing, Optional content As DocumentContent = Nothing) As PatientDocument
Parameters
- type
- DocumentType
The type of the patient document, such as 'note' (text document) or 'fhirBundle' (FHIR JSON document).
- clinicalType
- Nullable<ClinicalDocumentType>
The type of the clinical document.
- id
- String
A given identifier for the document. Has to be unique across all documents for a single patient.
- language
- String
A 2 letter ISO 639-1 representation of the language of the document.
- createdDateTime
- Nullable<DateTimeOffset>
The date and time when the document was created.
- authors
- IEnumerable<DocumentAuthor>
Document author(s).
- specialtyType
- Nullable<SpecialtyType>
specialty type the document.
- administrativeMetadata
- DocumentAdministrativeMetadata
Administrative metadata for the document.
- content
- DocumentContent
The content of the patient document.
Returns
A new PatientDocument instance for mocking.