Class FhirIO.Search<T>

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

    public static class FhirIO.Search<T>
    extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<FhirSearchParameter<T>>,​FhirIO.Search.Result>
    The type Search.
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FhirIO.Search.Result  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.beam.sdk.values.TupleTag<HealthcareIOError<java.lang.String>> DEAD_LETTER
      The tag for the deadletter output of FHIR Resources.
      static org.apache.beam.sdk.values.TupleTag<org.apache.beam.sdk.values.KV<java.lang.String,​com.google.gson.JsonArray>> OUT
      The tag for the main output of FHIR Resources from a search.
      • Fields inherited from class org.apache.beam.sdk.transforms.PTransform

        annotations, displayData, name, resourceHints
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FhirIO.Search.Result expand​(org.apache.beam.sdk.values.PCollection<FhirSearchParameter<T>> input)  
      • Methods inherited from class org.apache.beam.sdk.transforms.PTransform

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

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

      • OUT

        public static final org.apache.beam.sdk.values.TupleTag<org.apache.beam.sdk.values.KV<java.lang.String,​com.google.gson.JsonArray>> OUT
        The tag for the main output of FHIR Resources from a search.
      • DEAD_LETTER

        public static final org.apache.beam.sdk.values.TupleTag<HealthcareIOError<java.lang.String>> DEAD_LETTER
        The tag for the deadletter output of FHIR Resources.