Class HL7v2IO.HL7v2Read.Result

  • All Implemented Interfaces:
    org.apache.beam.sdk.values.PInput, org.apache.beam.sdk.values.POutput
    Enclosing class:
    HL7v2IO.HL7v2Read

    public static class HL7v2IO.HL7v2Read.Result
    extends java.lang.Object
    The type Result includes PCollection of HL7v2ReadResponse objects for successfully read results and PCollection of HealthcareIOError objects for failed reads.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static HL7v2IO.HL7v2Read.Result of​(org.apache.beam.sdk.values.PCollectionTuple pct)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • of

        public static HL7v2IO.HL7v2Read.Result of​(org.apache.beam.sdk.values.PCollectionTuple pct)
                                           throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException