[ https://issues.apache.org/jira/browse/BEAM-11073?focusedWorklogId=518092&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-518092 ]
ASF GitHub Bot logged work on BEAM-11073: ----------------------------------------- Author: ASF GitHub Bot Created on: 30/Nov/20 19:20 Start Date: 30/Nov/20 19:20 Worklog Time Spent: 10m Work Description: 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 Issue Time Tracking ------------------- Worklog Id: (was: 518092) Time Spent: 9h 10m (was: 9h) > GCP HCLS Api - Dicom IO Connector for Java > ------------------------------------------ > > Key: BEAM-11073 > URL: https://issues.apache.org/jira/browse/BEAM-11073 > Project: Beam > Issue Type: New Feature > Components: io-java-gcp > Reporter: Aliraza Nagamia > Assignee: Aliraza Nagamia > Priority: P2 > Time Spent: 9h 10m > Remaining Estimate: 0h > > We are looking to create a new Java Pipeline Connector to help facilitate > Reading data from the Imaging API in GCP. Initially, this connector will be > used to read study level metadata of Dicom instances. -- This message was sent by Atlassian Jira (v8.3.4#803005)