Class HealthcareDicomImageDeletedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.HealthcareDicomImageDeletedEventData
Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.DicomImageDeleted event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of HealthcareDicomImageDeletedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet 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.Get 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.setImageSeriesInstanceUid(String imageSeriesInstanceUid) Set the imageSeriesInstanceUid property: Unique identifier for the Series.setImageSopInstanceUid(String imageSopInstanceUid) Set the imageSopInstanceUid property: Unique identifier for the DICOM Image.setImageStudyInstanceUid(String imageStudyInstanceUid) Set the imageStudyInstanceUid property: Unique identifier for the Study.setPartitionName(String partitionName) Set the partitionName property: Data partition name.setSequenceNumber(Long sequenceNumber) Set the sequenceNumber property: Sequence number of the DICOM Service within Azure Health Data Services.setServiceHostName(String serviceHostName) Set the serviceHostName property: Host name of the DICOM account for this image.
-
Constructor Details
-
HealthcareDicomImageDeletedEventData
public HealthcareDicomImageDeletedEventData()Creates an instance of HealthcareDicomImageDeletedEventData class.
-
-
Method Details
-
getPartitionName
Get the partitionName property: Data partition name.- Returns:
- the partitionName value.
-
setPartitionName
Set the partitionName property: Data partition name.- Parameters:
partitionName- the partitionName value to set.- Returns:
- the HealthcareDicomImageDeletedEventData object itself.
-
getImageStudyInstanceUid
Get the imageStudyInstanceUid property: Unique identifier for the Study.- Returns:
- the imageStudyInstanceUid value.
-
setImageStudyInstanceUid
Set the imageStudyInstanceUid property: Unique identifier for the Study.- Parameters:
imageStudyInstanceUid- the imageStudyInstanceUid value to set.- Returns:
- the HealthcareDicomImageDeletedEventData object itself.
-
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
Get the imageSopInstanceUid property: Unique identifier for the DICOM Image.- Returns:
- the imageSopInstanceUid value.
-
setImageSopInstanceUid
Set the imageSopInstanceUid property: Unique identifier for the DICOM Image.- Parameters:
imageSopInstanceUid- the imageSopInstanceUid value to set.- Returns:
- the HealthcareDicomImageDeletedEventData object itself.
-
getServiceHostName
Get the serviceHostName property: Host name of the DICOM account for this image.- Returns:
- the serviceHostName value.
-
setServiceHostName
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
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
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.
-