ibzib commented on a change in pull request #13440: URL: https://github.com/apache/beam/pull/13440#discussion_r532838779
########## File path: CHANGES.md ########## @@ -57,6 +57,7 @@ * ReadFromMongoDB can now be used with MongoDB Atlas (Python) ([BEAM-11266](https://issues.apache.org/jira/browse/BEAM-11266).) * Support for X source added (Java/Python) ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)). * There is a new transform `ReadAllFromBigQuery` that can receive multiple requests to read data from BigQuery at pipeline runtime. See [PR 13170](https://github.com/apache/beam/pull/13170), and [BEAM-9650](https://issues.apache.org/jira/browse/BEAM-9650). +* New IO connector for Reading Study Metadata using the Google Cloud Healthcare DICOM API (Java) (([BEAM-11073]) https://issues.apache.org/jira/browse/BEAM-11073). Review comment: ```suggestion * New IO connector for Reading Study Metadata using the Google Cloud Healthcare DICOM API (Java) ([BEAM-11073](https://issues.apache.org/jira/browse/BEAM-11073)). ``` ########## File path: website/www/site/data/io_matrix.yaml ########## @@ -388,3 +388,9 @@ categories: - language: java name: org.apache.beam.sdk.io.splunk.SplunkIO url: https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/splunk/SplunkIO.html + - transform: DicomIO + description: An IO connector for Reading Study Metadata using the Google Cloud Healthcare DICOM API. + implementations: + - language: java + name: org.apache.beam.sdk.io.gcp.healthcare.DicomIO + url: https://beam.apache.org/releases/javadoc/2.25.0/org/apache/beam/sdk/io/gcp/healthcare/DicomIO.html Review comment: ```suggestion url: https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/gcp/healthcare/DicomIO.html ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org