Class HealthcareDicomImageDeletedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.HealthcareDicomImageDeletedEventData

public final class HealthcareDicomImageDeletedEventData extends Object
Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.DicomImageDeleted event.
  • Constructor Details

    • HealthcareDicomImageDeletedEventData

      public HealthcareDicomImageDeletedEventData()
      Creates an instance of HealthcareDicomImageDeletedEventData class.
  • Method Details

    • getPartitionName

      public String getPartitionName()
      Get the partitionName property: Data partition name.
      Returns:
      the partitionName value.
    • setPartitionName

      public HealthcareDicomImageDeletedEventData setPartitionName(String partitionName)
      Set the partitionName property: Data partition name.
      Parameters:
      partitionName - the partitionName value to set.
      Returns:
      the HealthcareDicomImageDeletedEventData object itself.
    • getImageStudyInstanceUid

      public String getImageStudyInstanceUid()
      Get the imageStudyInstanceUid property: Unique identifier for the Study.
      Returns:
      the imageStudyInstanceUid value.
    • setImageStudyInstanceUid

      public HealthcareDicomImageDeletedEventData setImageStudyInstanceUid(String imageStudyInstanceUid)
      Set the imageStudyInstanceUid property: Unique identifier for the Study.
      Parameters:
      imageStudyInstanceUid - the imageStudyInstanceUid value to set.
      Returns:
      the HealthcareDicomImageDeletedEventData object itself.
    • getImageSeriesInstanceUid

      public String getImageSeriesInstanceUid()
      Get the imageSeriesInstanceUid property: Unique identifier for the Series.
      Returns:
      the imageSeriesInstanceUid value.
    • setImageSeriesInstanceUid

      public HealthcareDicomImageDeletedEventData setImageSeriesInstanceUid(String imageSeriesInstanceUid)
      Set the imageSeriesInstanceUid property: Unique identifier for the Series.
      Parameters:
      imageSeriesInstanceUid - the imageSeriesInstanceUid value to set.
      Returns:
      the HealthcareDicomImageDeletedEventData object itself.
    • getImageSopInstanceUid

      public String getImageSopInstanceUid()
      Get the imageSopInstanceUid property: Unique identifier for the DICOM Image.
      Returns:
      the imageSopInstanceUid value.
    • setImageSopInstanceUid

      public HealthcareDicomImageDeletedEventData setImageSopInstanceUid(String imageSopInstanceUid)
      Set the imageSopInstanceUid property: Unique identifier for the DICOM Image.
      Parameters:
      imageSopInstanceUid - the imageSopInstanceUid value to set.
      Returns:
      the HealthcareDicomImageDeletedEventData object itself.
    • getServiceHostName

      public String getServiceHostName()
      Get the serviceHostName property: Host name of the DICOM account for this image.
      Returns:
      the serviceHostName value.
    • setServiceHostName

      public HealthcareDicomImageDeletedEventData setServiceHostName(String serviceHostName)
      Set the serviceHostName property: Host name of the DICOM account for this image.
      Parameters:
      serviceHostName - the serviceHostName value to set.
      Returns:
      the HealthcareDicomImageDeletedEventData object itself.
    • getSequenceNumber

      public Long getSequenceNumber()
      Get the sequenceNumber property: Sequence number of the DICOM Service within Azure Health Data Services. It is unique for every image creation and deletion within the service.
      Returns:
      the sequenceNumber value.
    • setSequenceNumber

      public HealthcareDicomImageDeletedEventData setSequenceNumber(Long sequenceNumber)
      Set the sequenceNumber property: Sequence number of the DICOM Service within Azure Health Data Services. It is unique for every image creation and deletion within the service.
      Parameters:
      sequenceNumber - the sequenceNumber value to set.
      Returns:
      the HealthcareDicomImageDeletedEventData object itself.