Class HL7v2IO.HL7v2Read.FetchHL7v2Message

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

    public static class HL7v2IO.HL7v2Read.FetchHL7v2Message
    extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<HL7v2ReadParameter>,​HL7v2IO.HL7v2Read.Result>
    PTransform to fetch a message from an Google Cloud Healthcare HL7v2 store based on msgID.

    This DoFn consumes a PCollection of HL7v2ReadParameter, and fetches the HL7v2Message object based on the messageId in HL7v2ReadParameter, and will output a PCollectionTuple which contains the output and dead-letter PCollection.

    The PCollectionTuple output will contain the following PCollection:

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.beam.sdk.transforms.PTransform

        annotations, displayData, name, resourceHints
    • Constructor Summary

      Constructors 
      Constructor Description
      FetchHL7v2Message()
      Instantiates a new Fetch HL7v2 message DoFn.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HL7v2IO.HL7v2Read.Result expand​(org.apache.beam.sdk.values.PCollection<HL7v2ReadParameter> 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