EventGridModelFactory.HealthcareFhirResourceCreatedEventData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.