Class HealthcareDicomImageDeletedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.HealthcareDicomImageDeletedEventData
All Implemented Interfaces:
com.azure.json.JsonSerializable<HealthcareDicomImageDeletedEventData>

public final class HealthcareDicomImageDeletedEventData extends Object implements com.azure.json.JsonSerializable<HealthcareDicomImageDeletedEventData>
Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.DicomImageDeleted event.
  • Method Details

    • getPartitionName

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

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

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

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

      public String getServiceHostName()
      Get the serviceHostName property: Host name of the DICOM account for this image.
      Returns:
      the serviceHostName value.
    • 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.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<HealthcareDicomImageDeletedEventData>
      Throws:
      IOException
    • fromJson

      public static HealthcareDicomImageDeletedEventData fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of HealthcareDicomImageDeletedEventData from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of HealthcareDicomImageDeletedEventData if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IllegalStateException - If the deserialized JSON object was missing any required properties.
      IOException - If an error occurs while reading the HealthcareDicomImageDeletedEventData.