Uses of Interface
ca.uhn.hl7v2.llp.HL7Writer
Packages that use HL7Writer
-
Uses of HL7Writer in ca.uhn.hl7v2.app
Methods in ca.uhn.hl7v2.app that return HL7WriterModifier and TypeMethodDescriptionprotected HL7WriterActiveConnection.getAckWriter()Returns the HL7Writer through which responses to inbound messages should be sent.protected HL7WriterActiveConnection.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 HL7WriterModifier and TypeClassDescriptionclassExtendedMinLLPWriter uses a message-dependent encoder to obey a potentially populated field MSH-18.classWrites HL7 messages to an OutputStream.Methods in ca.uhn.hl7v2.llp that return HL7WriterModifier and TypeMethodDescriptionExtendedMinLowerLayerProtocol.getWriter(OutputStream theOut) Deprecated.Returns an HL7Writer that implements message writing according to this protocol.abstract HL7WriterLowerLayerProtocol.getWriter(OutputStream out) Returns an HL7Writer that implements message writing according to this protocol.MinLowerLayerProtocol.getWriter(OutputStream out) Creates an HL7Writer that implements message writing according to this protocol.