Share via


EventGridModelFactory.HealthcareFhirResourceCreatedEventData Method

Definition

Initializes a new instance of HealthcareFhirResourceCreatedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceCreatedEventData HealthcareFhirResourceCreatedEventData (Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceType? fhirResourceType = default, string fhirServiceHostName = default, string fhirResourceId = default, long? fhirResourceVersionId = default);
static member HealthcareFhirResourceCreatedEventData : Nullable<Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceType> * string * string * Nullable<int64> -> Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceCreatedEventData
Public Shared Function HealthcareFhirResourceCreatedEventData (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 HealthcareFhirResourceCreatedEventData

Parameters

fhirResourceType
Nullable<HealthcareFhirResourceType>

Type of HL7 FHIR resource.

fhirServiceHostName
String

Domain name of FHIR account for this resource.

fhirResourceId
String

Id of HL7 FHIR resource.

fhirResourceVersionId
Nullable<Int64>

VersionId of HL7 FHIR resource. It changes when the resource is created, updated, or deleted(soft-deletion).

Returns

A new HealthcareFhirResourceCreatedEventData instance for mocking.

Applies to