Sdílet prostřednictvím


PatientRecord(String) Constructor

Definition

Initializes a new instance of PatientRecord.

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

Parameters

id
String

A given identifier for the patient. Has to be unique across all patients in a single request.

Exceptions

id is null.

Applies to