Class 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.PInput
    The Result for a FhirIOPatientEverything request.
    • 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()  
      void finishSpecifyingOutput​(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.Pipeline getPipeline()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        getPipeline in interface org.apache.beam.sdk.values.PInput
        Specified by:
        getPipeline in interface org.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:
        expand in interface org.apache.beam.sdk.values.PInput
        Specified by:
        expand in interface org.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:
        finishSpecifyingOutput in interface org.apache.beam.sdk.values.POutput