Package | Description |
---|---|
ca.uhn.hl7v2.app | |
ca.uhn.hl7v2.llp |
Modifier and Type | Method and Description |
---|---|
Message |
Initiator.sendAndReceive(Message outgoing)
Sends a message to a server and waits for the response
|
Message |
ActiveInitiator.sendAndReceive(Message out)
Sends a message to a responder system, receives the reply, and returns
the reply as a Message object.
|
Constructor and Description |
---|
ActiveConnection(Parser parser,
LowerLayerProtocol llp,
Socket bidirectional)
Creates a new instance of Connection, with inbound and outbound
communication on a single port.
|
ActiveConnection(Parser parser,
LowerLayerProtocol llp,
Socket bidirectional,
ExecutorService executorService) |
ActiveConnection(Parser parser,
LowerLayerProtocol llp,
Socket inbound,
Socket outbound)
Creates a new instance of Connection, with inbound communication on one
port and outbound on another.
|
ActiveConnection(Parser parser,
LowerLayerProtocol llp,
Socket inbound,
Socket outbound,
ExecutorService executorService)
Creates a new instance of Connection, with inbound communication on one
port and outbound on another.
|
Modifier and Type | Method and Description |
---|---|
String |
HL7Reader.getMessage()
Reads a complete HL7 message from the underlying input stream
|
HL7Reader |
MinLowerLayerProtocol.getReader(InputStream in)
Creates an HL7Reader that implements message reading according to
this protocol.
|
HL7Reader |
ExtendedMinLowerLayerProtocol.getReader(InputStream in)
Deprecated.
Returns an HL7Reader that implements message reading according to
this protocol.
|
abstract HL7Reader |
LowerLayerProtocol.getReader(InputStream in)
Returns an HL7Reader that implements message reading according to
this protocol.
|
HL7Writer |
MinLowerLayerProtocol.getWriter(OutputStream out)
Creates an HL7Writer that implements message writing according to
this protocol.
|
HL7Writer |
ExtendedMinLowerLayerProtocol.getWriter(OutputStream theOut)
Deprecated.
Returns 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.
|
void |
HL7Writer.writeMessage(String message)
Sends a complete message to the underlying output stream using the
lower layer protocol implemented by this HL7Writer.
|
Copyright © 2001–2017 University Health Network. All rights reserved.