|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ExtendedMinLLPWriter
MLLP writer which uses the charset from the message being transmitted |
class |
MinLLPWriter
Title: MinLLPWriter Description: Writes HL7 messages to an OutputStream. |
| Methods in ca.uhn.hl7v2.llp that return HL7Writer | |
|---|---|
HL7Writer |
MinLowerLayerProtocol.getWriter(OutputStream out)
Creates an HL7Writer that implements message writing according to this protocol. |
abstract HL7Writer |
LowerLayerProtocol.getWriter(OutputStream out)
Returns an HL7Writer that implements message writing according to this protocol. |
HL7Writer |
ExtendedMinLowerLayerProtocol.getWriter(OutputStream theOut)
Returns an HL7Writer that implements message writing according to this protocol. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||