共用方式為


DocumentType 結構

定義

病患檔的類型,例如 'note' (文字檔) 或 'fhirBundle' (FHIR JSON 檔) 。

public readonly struct DocumentType : IEquatable<Azure.Health.Insights.CancerProfiling.DocumentType>
type DocumentType = struct
Public Structure DocumentType
Implements IEquatable(Of DocumentType)
繼承
DocumentType
實作

建構函式

DocumentType(String)

初始化 DocumentType 的新執行個體。

屬性

Dicom

Dicom。

FhirBundle

fhirBundle.

GenomicSequencing

genomicSequencing。

Note

文字方塊。

方法

Equals(DocumentType)

指出目前的物件是否等於另一個相同類型的物件。

ToString()

傳回此執行個體的完整類型名稱。

運算子

Equality(DocumentType, DocumentType)

判斷兩 DocumentType 個值是否相同。

Implicit(String to DocumentType)

將字串轉換為 DocumentType

Inequality(DocumentType, DocumentType)

判斷兩 DocumentType 個值是否不相同。

適用於