janeliulwq commented on a change in pull request #13395:
URL: https://github.com/apache/beam/pull/13395#discussion_r528727762
##########
File path:
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIO.java
##########
@@ -215,6 +215,16 @@ public static Read readResources() {
return new Read();
}
+ /**
+ * Search resources from a PCollection
+ *
+ * @return the search
+ * @see Search
+ */
+ public static Search searchResources(String fhirStore) {
Review comment:
I'll reply in an email offline.
----------------------------------------------------------------
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]