你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventGridModelFactory.HealthcareFhirResourceUpdatedEventData 方法

定义

初始化 HealthcareFhirResourceUpdatedEventData 的新实例。

public static Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceUpdatedEventData HealthcareFhirResourceUpdatedEventData (Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceType? fhirResourceType = default, string fhirServiceHostName = default, string fhirResourceId = default, long? fhirResourceVersionId = default);
static member HealthcareFhirResourceUpdatedEventData : Nullable<Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceType> * string * string * Nullable<int64> -> Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceUpdatedEventData
Public Shared Function HealthcareFhirResourceUpdatedEventData (Optional fhirResourceType As Nullable(Of HealthcareFhirResourceType) = Nothing, Optional fhirServiceHostName As String = Nothing, Optional fhirResourceId As String = Nothing, Optional fhirResourceVersionId As Nullable(Of Long) = Nothing) As HealthcareFhirResourceUpdatedEventData

参数

fhirResourceType
Nullable<HealthcareFhirResourceType>

HL7 FHIR 资源的类型。

fhirServiceHostName
String

此资源的 FHIR 帐户的域名。

fhirResourceId
String

HL7 FHIR 资源的 ID。

fhirResourceVersionId
Nullable<Int64>

HL7 FHIR 资源的 VersionId。 创建、更新或删除资源 (软删除) 时,它会更改。

返回

用于模拟的新 HealthcareFhirResourceUpdatedEventData 实例。

适用于