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 Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HealthcareDicomImageDeletedEventData from the JsonReader.Get the imageSeriesInstanceUid property: Unique identifier for the Series.Get the imageSopInstanceUid property: Unique identifier for the DICOM Image.Get the imageStudyInstanceUid property: Unique identifier for the Study.Get the partitionName property: Data partition name.longGet the sequenceNumber property: Sequence number of the DICOM Service within Azure Health Data Services.Get the serviceHostName property: Host name of the DICOM account for this image.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
getPartitionName
Get the partitionName property: Data partition name.- Returns:
- the partitionName value.
-
getImageStudyInstanceUid
Get the imageStudyInstanceUid property: Unique identifier for the Study.- Returns:
- the imageStudyInstanceUid value.
-
getImageSeriesInstanceUid
Get the imageSeriesInstanceUid property: Unique identifier for the Series.- Returns:
- the imageSeriesInstanceUid value.
-
getImageSopInstanceUid
Get the imageSopInstanceUid property: Unique identifier for the DICOM Image.- Returns:
- the imageSopInstanceUid value.
-
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
- Specified by:
toJsonin interfacecom.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.
-