Class FhirIOPatientEverything.Result
- java.lang.Object
-
- org.apache.beam.sdk.io.gcp.healthcare.FhirIOPatientEverything.Result
-
- All Implemented Interfaces:
org.apache.beam.sdk.values.PInput,org.apache.beam.sdk.values.POutput
- Enclosing class:
- FhirIOPatientEverything
public static class FhirIOPatientEverything.Result extends java.lang.Object implements org.apache.beam.sdk.values.POutput, org.apache.beam.sdk.values.PInputThe Result for aFhirIOPatientEverythingrequest.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<org.apache.beam.sdk.values.TupleTag<?>,org.apache.beam.sdk.values.PValue>expand()voidfinishSpecifyingOutput(java.lang.String transformName, org.apache.beam.sdk.values.PInput input, org.apache.beam.sdk.transforms.PTransform<?,?> transform)org.apache.beam.sdk.values.PCollection<HealthcareIOError<java.lang.String>>getFailedReads()Gets failed reads.org.apache.beam.sdk.values.PCollection<com.google.gson.JsonArray>getPatientCompartments()Gets the patient compartment responses for GetPatientEverything requests.org.apache.beam.sdk.PipelinegetPipeline()
-
-
-
Method Detail
-
getFailedReads
public org.apache.beam.sdk.values.PCollection<HealthcareIOError<java.lang.String>> getFailedReads()
Gets failed reads.- Returns:
- the failed reads
-
getPatientCompartments
public org.apache.beam.sdk.values.PCollection<com.google.gson.JsonArray> getPatientCompartments()
Gets the patient compartment responses for GetPatientEverything requests.- Returns:
- the read patient compartments
-
getPipeline
public org.apache.beam.sdk.Pipeline getPipeline()
- Specified by:
getPipelinein interfaceorg.apache.beam.sdk.values.PInput- Specified by:
getPipelinein interfaceorg.apache.beam.sdk.values.POutput
-
expand
public java.util.Map<org.apache.beam.sdk.values.TupleTag<?>,org.apache.beam.sdk.values.PValue> expand()
- Specified by:
expandin interfaceorg.apache.beam.sdk.values.PInput- Specified by:
expandin interfaceorg.apache.beam.sdk.values.POutput
-
finishSpecifyingOutput
public void finishSpecifyingOutput(java.lang.String transformName, org.apache.beam.sdk.values.PInput input, org.apache.beam.sdk.transforms.PTransform<?,?> transform)- Specified by:
finishSpecifyingOutputin interfaceorg.apache.beam.sdk.values.POutput
-
-