[ 
https://issues.apache.org/jira/browse/BEAM-11073?focusedWorklogId=503855&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-503855
 ]

ASF GitHub Bot logged work on BEAM-11073:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Oct/20 18:48
            Start Date: 22/Oct/20 18:48
    Worklog Time Spent: 10m 
      Work Description: Aliraza-N commented on a change in pull request #13137:
URL: https://github.com/apache/beam/pull/13137#discussion_r509559499



##########
File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/healthcare/DicomIO.java
##########
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.beam.sdk.io.gcp.healthcare;
+
+import java.io.IOException;
+import java.io.UnsupportedEncodingException;
+import org.apache.beam.sdk.io.gcp.pubsub.PubsubMessage;
+import org.apache.beam.sdk.transforms.DoFn;
+import org.apache.beam.sdk.transforms.PTransform;
+import org.apache.beam.sdk.transforms.ParDo;
+import org.apache.beam.sdk.values.PCollection;
+import org.apache.beam.sdk.values.TupleTag;
+
+public class DicomIO {
+
+  /**
+   * Read dicom study metadata from a PCollection of resource webpath.
+   *
+   * @return the read
+   * @see ReadDicomStudyMetadata
+   */
+  public static ReadDicomStudyMetadata retrieveStudyMetadata() {

Review comment:
       We are not really doing much in this method, so we can remove it 




----------------------------------------------------------------
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:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 503855)
    Time Spent: 40m  (was: 0.5h)

> 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: 40m
>  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)

Reply via email to