Uses of Interface
ca.uhn.hl7v2.llp.HL7Writer

Packages that use HL7Writer
ca.uhn.hl7v2.app   
ca.uhn.hl7v2.llp   
 

Uses of HL7Writer in ca.uhn.hl7v2.app
 

Methods in ca.uhn.hl7v2.app that return HL7Writer
protected  HL7Writer Connection.getAckWriter()
          Returns the HL7Writer through which responses to inbound messages should be sent.
protected  HL7Writer Connection.getSendWriter()
          Returns the HL7Writer through which unsolicited outbound messages should be sent.
 

Uses of HL7Writer in ca.uhn.hl7v2.llp
 

Classes in ca.uhn.hl7v2.llp that implement HL7Writer
 class MinLLPWriter
          Title: MinLLPWriter Description: Writes HL7 messages to an OutputStream.
 

Methods in ca.uhn.hl7v2.llp that return HL7Writer
abstract  HL7Writer LowerLayerProtocol.getWriter(java.io.OutputStream out)
          Returns an HL7Writer that implements message writing according to this protocol.
 HL7Writer MinLowerLayerProtocol.getWriter(java.io.OutputStream out)
          Creates an HL7Writer that implements message writing according to this protocol.
 



Copyright © 2001-2011 University Health Network. All Rights Reserved.