apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.7k stars 4.2k forks source link

[Feature Request]: DICOM IO `delete` #28085

Open svetakvsundhar opened 11 months ago

svetakvsundhar commented 11 months ago

What would you like to happen?

The DICOM IO (Java SDK) currently supports retrieving metadata. We should extend the functionality to allow it to delete a study using projects.locations.datasets.dicomStores.studies.delete, called on the Healthcare Client, under the hood.

This is part of a larger effort to match functionalities in our client libraries (https://cloud.google.com/healthcare-api/docs/how-tos/dicomweb#healthcare-delete-dicomweb-java), with capabilities in this IO.

Issue Priority

Priority: 3 (nice-to-have improvement)

Issue Components

svetakvsundhar commented 11 months ago

.take-issue