Class FhirIO.ExecuteBundles

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.beam.sdk.transforms.display.HasDisplayData
    Enclosing class:
    FhirIO

    public static class FhirIO.ExecuteBundles
    extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<FhirBundleParameter>,​FhirIO.ExecuteBundlesResult>
    The type Execute bundles.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.beam.sdk.values.TupleTag<HealthcareIOError<FhirBundleParameter>> FAILED_BUNDLES
      The TupleTag used for bundles that failed to be executed for any reason.
      static org.apache.beam.sdk.values.TupleTag<FhirBundleResponse> SUCCESSFUL_BUNDLES
      The TupleTag used for bundles that were executed successfully.
      • Fields inherited from class org.apache.beam.sdk.transforms.PTransform

        name, resourceHints
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecuteBundles​(java.lang.String fhirStore)  
      ExecuteBundles​(org.apache.beam.sdk.options.ValueProvider<java.lang.String> fhirStore)
      Instantiates a new Execute bundles.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FhirIO.ExecuteBundlesResult expand​(org.apache.beam.sdk.values.PCollection<FhirBundleParameter> input)  
      org.apache.beam.sdk.options.ValueProvider<java.lang.String> getFhirStore()  
      • Methods inherited from class org.apache.beam.sdk.transforms.PTransform

        compose, compose, getAdditionalInputs, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, getResourceHints, populateDisplayData, setResourceHints, toString, validate, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • SUCCESSFUL_BUNDLES

        public static final org.apache.beam.sdk.values.TupleTag<FhirBundleResponse> SUCCESSFUL_BUNDLES
        The TupleTag used for bundles that were executed successfully.
      • FAILED_BUNDLES

        public static final org.apache.beam.sdk.values.TupleTag<HealthcareIOError<FhirBundleParameter>> FAILED_BUNDLES
        The TupleTag used for bundles that failed to be executed for any reason.
    • Constructor Detail

      • ExecuteBundles

        public ExecuteBundles​(org.apache.beam.sdk.options.ValueProvider<java.lang.String> fhirStore)
        Instantiates a new Execute bundles.
        Parameters:
        fhirStore - the fhir store
      • ExecuteBundles

        public ExecuteBundles​(java.lang.String fhirStore)