共用方式為


PatientRecord(String) 建構函式

定義

初始化 PatientRecord 的新實例。

public PatientRecord(string id);
new Azure.Health.Insights.ClinicalMatching.PatientRecord : string -> Azure.Health.Insights.ClinicalMatching.PatientRecord
Public Sub New (id As String)

參數

id
String

病患的指定識別碼。 在單一要求中,所有病患都必須是唯一的。

例外狀況

id 為 null。

適用於