Class HealthcareFhirResourceDeletedEventData


  • public final class HealthcareFhirResourceDeletedEventData
    extends Object
    Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceDeleted event.
    • Constructor Detail

      • HealthcareFhirResourceDeletedEventData

        public HealthcareFhirResourceDeletedEventData()
    • Method Detail

      • getFhirResourceType

        public HealthcareFhirResourceType getFhirResourceType()
        Get the fhirResourceType property: Type of HL7 FHIR resource.
        Returns:
        the fhirResourceType value.
      • setFhirResourceType

        public HealthcareFhirResourceDeletedEventData setFhirResourceType​(HealthcareFhirResourceType fhirResourceType)
        Set the fhirResourceType property: Type of HL7 FHIR resource.
        Parameters:
        fhirResourceType - the fhirResourceType value to set.
        Returns:
        the HealthcareFhirResourceDeletedEventData object itself.
      • getFhirServiceHostName

        public String getFhirServiceHostName()
        Get the fhirServiceHostName property: Domain name of FHIR account for this resource.
        Returns:
        the fhirServiceHostName value.
      • setFhirServiceHostName

        public HealthcareFhirResourceDeletedEventData setFhirServiceHostName​(String fhirServiceHostName)
        Set the fhirServiceHostName property: Domain name of FHIR account for this resource.
        Parameters:
        fhirServiceHostName - the fhirServiceHostName value to set.
        Returns:
        the HealthcareFhirResourceDeletedEventData object itself.
      • getFhirResourceId

        public String getFhirResourceId()
        Get the fhirResourceId property: Id of HL7 FHIR resource.
        Returns:
        the fhirResourceId value.
      • setFhirResourceId

        public HealthcareFhirResourceDeletedEventData setFhirResourceId​(String fhirResourceId)
        Set the fhirResourceId property: Id of HL7 FHIR resource.
        Parameters:
        fhirResourceId - the fhirResourceId value to set.
        Returns:
        the HealthcareFhirResourceDeletedEventData object itself.
      • getFhirResourceVersionId

        public Long getFhirResourceVersionId()
        Get the fhirResourceVersionId property: VersionId of HL7 FHIR resource. It changes when the resource is created, updated, or deleted(soft-deletion).
        Returns:
        the fhirResourceVersionId value.
      • setFhirResourceVersionId

        public HealthcareFhirResourceDeletedEventData setFhirResourceVersionId​(Long fhirResourceVersionId)
        Set the fhirResourceVersionId property: VersionId of HL7 FHIR resource. It changes when the resource is created, updated, or deleted(soft-deletion).
        Parameters:
        fhirResourceVersionId - the fhirResourceVersionId value to set.
        Returns:
        the HealthcareFhirResourceDeletedEventData object itself.